We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08a50e commit 5f69291Copy full SHA for 5f69291
1 file changed
justfile
@@ -74,8 +74,8 @@ pyshell: (manage "shell_plus")
74
75
# Run tests.
76
[group("testing")]
77
-test:
78
- @docker compose run --rm django pytest
+test *args:
+ @docker compose run --rm django pytest {{ args }}
79
80
# Run tests and open coverage report
81
0 commit comments