Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 399 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 399 Bytes

Tests

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.

Files

Path Description
main.py Tests yet to be categorised into their own modules.
pytest.ini Configuration for the test runner.