Skip to content

Unittests with Pytest

pytest is automatically included in the environment. A template test file will be created in the tests directory when the project is generated.

To run the tests, simply use the following command:

make test