Test Suite and automationΒΆ

A series of unit and integration tests are run automatically with every pull request or merge to the Github repository. Running the tests locally is also possible by running pytest from the paramak based directory.

pip install pytest
pytest tests

The test suite can be explored on the Gihub source code repository.