Information for Developers

Testing

The library uses pytest for testing. Please implement tests for your code. Use the following snipped to run the tests.

python -m pytest

Any new tests are to be put in the tests/{unit,integration} folder respectively.