I have a Python module foo with the following layout:
foo
foo ├── __init__.py └── test.py
test.py contains a number of
test.py