Skip to content

Testing

Testing in Virtual Environment

Web Service

To test the Web Service in a virtual environment, run:

pytest tests/ -vv -s

With coverage:

coverage erase
coverage run -m pytest tests/
coverage report

Run tox

source secrets2.sh  # pragma: allowlist secret
tox