Skip to content

Tests¤

The project uses pytest for testing, as well as set up coverage tests using pytest-cov, it is highly recommended for review.

Usage¤

You can run tests in a development environment with the following command:

$ hatch run test:check

A matrix for a set of python and django versions is also configured in hatch, you can see more about this in the settings in the pyproject.toml file, you can run the entire test matrix with the hatch script:

$ hatch run mtest:check

Autotests¤

Tests are automatically processed when pushing to main, dev and release branches release/*. See workflow config for details.

In the process, test results are uploaded to codecov.io.


Last update: 2023-09-28 00:06:57+0000
Created: 2023-09-27 23:09:59+0000
Authors: Dmitry Dobrynin