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}}