Skip to content

Testing

Philipp Niedermayer edited this page Oct 21, 2024 · 8 revisions

Testing

The Jupyter notebooks in the examples directory serves both, for testing and documentation. However, automated testing with CI just checks that there are now exceptions. The visual output of the plots is currently not automatically checked and has to be confirmed by visual inspection.

To run the tests locally, in the virtual environment (see setup), call pytest:

source .venv/bin/activate
pytest

Dependencies

Dependencies are managed with pip-compile, see .github/workflows/dependencies.yaml

Clone this wiki locally