[just] add testing recipe

This commit is contained in:
bronsen 2025-03-13 17:14:54 +01:00
parent f1a24af335
commit 04cb10d13c

View file

@ -14,3 +14,6 @@ lint-django:
serve:
python -m django runserver
test *ARGS:
python -m pytest {{ARGS}}