Skip to content

Commit 5f69291

Browse files
authored
Add args to just test command (#300)
1 parent a08a50e commit 5f69291

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ pyshell: (manage "shell_plus")
7474

7575
# Run tests.
7676
[group("testing")]
77-
test:
78-
@docker compose run --rm django pytest
77+
test *args:
78+
@docker compose run --rm django pytest {{ args }}
7979

8080
# Run tests and open coverage report
8181
[group("testing")]

0 commit comments

Comments
 (0)