feat(tests): add test coverage reporting
This commit is contained in:
parent
26d5e36529
commit
9b16ae6178
@ -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:
|
To run all unit tests, simply run the following from within the repository root:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pytest
|
coverage run -m pytest && coverage report
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This will run all unit tests and display the test coverage in your terminal.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
Flask==2.2.2
|
Flask==2.2.2
|
||||||
ldap3==2.9.1
|
ldap3==2.9.1
|
||||||
pytest==7.2.0
|
pytest==7.2.0
|
||||||
|
coverage==6.5.0
|
||||||
Pillow==9.3.0
|
Pillow==9.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user