Tests are run in docker by pytest
using the convenience script of the same name. The docker container is separate from the regular Python docker container in the same way the test code is separate from the code under test.
Path | Description |
---|---|
main.py |
Tests yet to be categorised into their own modules. |
pytest.ini |
Configuration for the test runner. |