added instructions for running tests
This commit is contained in:
parent
b64b0c7bb6
commit
8f8bdb8cc3
|
@ -1 +1,9 @@
|
||||||
Flask-based web interface for user token adminstration of our hackerspace's door lock.
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user