From 8f8bdb8cc3292924b16a5142bcbe81bdc22d8ea2 Mon Sep 17 00:00:00 2001 From: Simon Pirkelmann Date: Sat, 29 Jan 2022 23:45:31 +0100 Subject: [PATCH] added instructions for running tests --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0e0920c..9650807 100644 --- a/README.md +++ b/README.md @@ -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 + ```