Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ lint:
uv run prek run --all-files
uv run pyright src tests

unit:
uv run pytest tests/unit_tests
unit *OPTS:
uv run pytest tests/unit_tests {{ OPTS }}

system:
uv run pytest tests/system_tests
system *OPTS:
uv run pytest tests/system_tests {{ OPTS }}
Loading