6 lines
160 B
Makefile
Raw Normal View History

2026-07-25 16:58:41 +02:00
verify:
@python3.13 -m compileall -q src tests app && python3.13 -m unittest discover -s tests -q && echo "verification passed"
run:
FLASK_APP=app flask run