Skip to content

Testing

Dominik Gedon edited this page May 21, 2021 · 1 revision

Running locally

Before running tests, ensure you have installed requirements-tests.txt via e.g. pip.

To run tests:

  • Ensure you have pytest installed.
  • From within the tests directory execute pytest if you want to run all tests.

Running in a Docker container

TODO

Clone this wiki locally