10 lines
306 B
Markdown
10 lines
306 B
Markdown
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
|
|
```
|