Automated TestsΒΆ

Geneva has a system of automated tests in the tests/ directory, powered by pytest. Unless you are doing modifications to the source code, you can generally ignore these.

If you need to run them yourself, you can do so with:

# python3 -m pytest -sv tests/

To put the tests in debug mode, you can add --evolve-logger debug.