chore: initial commit
Co-authored-by: Lifei Zhou <lifei@squareup.com> Co-authored-by: Mic Neale <micn@tbd.email> Co-authored-by: Lily Delalande <ldelalande@squareup.com> Co-authored-by: Bradley Axen <baxen@squareup.com> Co-authored-by: Andy Lane <alane@squareup.com> Co-authored-by: Elena Zherdeva <ezherdeva@squareup.com> Co-authored-by: Zaki Ali <zaki@squareup.com> Co-authored-by: Salman Mohammed <smohammed@squareup.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# This is the default recipe when no arguments are provided
|
||||
[private]
|
||||
default:
|
||||
@just --list --unsorted
|
||||
|
||||
test *FLAGS:
|
||||
uv run pytest tests -m "not integration" {{FLAGS}}
|
||||
|
||||
integration *FLAGS:
|
||||
uv run pytest tests -m integration {{FLAGS}}
|
||||
|
||||
format:
|
||||
ruff check . --fix
|
||||
ruff format .
|
||||
|
||||
coverage *FLAGS:
|
||||
uv run coverage run -m pytest tests -m "not integration" {{FLAGS}}
|
||||
uv run coverage report
|
||||
uv run coverage lcov -o lcov.info
|
||||
Reference in New Issue
Block a user