@@ -0,0 +1,16 @@
RUN = pipenv run python -m stw_potsdam
run:
$(RUN)
debug:
FLASK_ENV=development $(RUN)
test:
pipenv run python -m pytest -v
test_debug:
pipenv run python -m pytest -v --trace
.PHONY: run debug test test_debug
The note is not visible to the blocked user.