added instructions for running tests

blueprint_refactoring
Simon Pirkelmann 2022-01-29 23:45:31 +01:00
parent b64b0c7bb6
commit 8f8bdb8cc3
1 changed files with 8 additions and 0 deletions

View File

@ -1 +1,9 @@
Flask-based web interface for user token adminstration of our hackerspace's door lock.
# Development
```shell
cd tests
export APPLICATION_SETTINGS=/home/simon/imaginaerraum/door-lock/webinterface/tests/debug_app_config.py
pytest --cov=../imaginaerraum_door_admin --cov-report=html --cov-report=term
```