From 04cb10d13c9f87c7426b264c5815119f257400cb Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 13 Mar 2025 17:14:54 +0100 Subject: [PATCH] [just] add testing recipe --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index d69a82a..884dc1d 100644 --- a/justfile +++ b/justfile @@ -14,3 +14,6 @@ lint-django: serve: python -m django runserver + +test *ARGS: + python -m pytest {{ARGS}}