-
One test module for each tested production module
-
One TestCase for each class or function to be tested
- Call pytest on the
tests/directory. Example:python3 -m pytest testsor use your preferred IDE with pytest support, such as Pycharm
- To update the test database
db/test_database.json, runpython3 -m tests.generate_test_db