Python Package Structure with Unit Testing, Injection and Mocking - Dev Notes - 0 views
-
This describes setting up a professional Python project with a real package structure, injection and tests.
-
Since you are intended to run .py files directly, Python projects should not have source (src) or binary (bin) folders
-
For the same reason, the test folder should not be separate. It should be a package in the main project
- ...3 more annotations...