diff --git a/justfile b/justfile index c0b4511..8b2824e 100644 --- a/justfile +++ b/justfile @@ -74,8 +74,8 @@ pyshell: (manage "shell_plus") # Run tests. [group("testing")] -test: - @docker compose run --rm django pytest +test *args: + @docker compose run --rm django pytest {{ args }} # Run tests and open coverage report [group("testing")]