-
Notifications
You must be signed in to change notification settings - Fork 4
Testing
Philipp Niedermayer edited this page Oct 21, 2024
·
8 revisions
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 are managed with pip-compile, see .github/workflows/dependencies.yaml