Scripts tests
During the development of the dev-setup scripts the need for tests was shown, for example on Mac how can I be sure that powershell scripts are working properly?
Also, the script has errors? Imports from '.env' and other files? No idea without tests.
Structure of folders
Where should I keep the tests folders, what's the most common standard in the industry?
Pytest
Implement PyTest to run the tests
Scripts tests
During the development of the dev-setup scripts the need for tests was shown, for example on Mac how can I be sure that powershell scripts are working properly?
Also, the script has errors? Imports from '.env' and other files? No idea without tests.
Structure of folders
Where should I keep the tests folders, what's the most common standard in the industry?
Pytest
Implement PyTest to run the tests