Skip to content

Tests

Running tests

All tests are stored in the test/ subdirectory, which also contains a few small input files. We use pytest as a testing framework, which can be installed via pip install pytest.

Run the tests with:

pytest test.py [-q] [-v]
where -v, -q are optional flags that increase/decrease verbosity.