- use `pytest` - start with simple unittests - directory structure -> * `tests`/ * `tests/conftest.py` * `tests/unittests/` * `tests/utils/` * `tests/mocks/`
pytesttests/tests/conftest.pytests/unittests/tests/utils/tests/mocks/