feat(tests): add test coverage reporting

This commit is contained in:
Julian Lobbes 2022-11-16 11:46:44 +01:00
parent 26d5e36529
commit 9b16ae6178
2 changed files with 4 additions and 1 deletions

View File

@ -12,5 +12,7 @@ Make sure all dependencies listed in `requirements.txt` are installed.
To run all unit tests, simply run the following from within the repository root:
```bash
pytest
coverage run -m pytest && coverage report
```
This will run all unit tests and display the test coverage in your terminal.

View File

@ -1,4 +1,5 @@
Flask==2.2.2
ldap3==2.9.1
pytest==7.2.0
coverage==6.5.0
Pillow==9.3.0