Unittesting with Pytest¶
pytest is automatically added to
the environment. There will be a template unittest in the tests
directory upon creation of the project, which can be run with
make test
If include_github_actions
is set to "y"
, the tests are automatically
run for every merge request, every merge to main, and every release.