What would be a typical structure and path/import conventions used? Would anyone have a link to a representative python project?
project.scratch/
project/
scratch/
__init__.py
dostuff.py
tests/
unit/
test_dostuff.py
integration/
test_integration.py