DoorAdmin/README.md

10 lines
306 B
Markdown
Raw Normal View History

2021-03-15 21:51:51 +00:00
Flask-based web interface for user token adminstration of our hackerspace's door lock.
2022-01-29 22:45:31 +00:00
# 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
```