Skip to content

Commit

Permalink
Merge pull request #570 from sanders41/justfile
Browse files Browse the repository at this point in the history
Add option to pass pytest arguments in justfile
  • Loading branch information
sanders41 authored Oct 26, 2024
2 parents fea01e5 + 78de77d commit 7b9578b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
@ruff-format:
uv run ruff format camel_converter tests

@test:
-uv run pytest -x
@test *args="":
-uv run pytest {{args}}

@install:
uv sync --frozen --all-extras
Expand Down

0 comments on commit 7b9578b

Please sign in to comment.