add command to makefile

This commit is contained in:
Chester Curme 2025-05-29 10:08:12 -04:00
parent 86879be2fe
commit 429ee7d035
2 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,9 @@ integration_test integration_tests:
test_watch:
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
make benchmark:
uv run --group test pytest ./tests -m benchmark
######################
# LINTING AND FORMATTING

View File

@ -30,6 +30,10 @@ test_watch:
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
make benchmark:
uv run --group test pytest ./tests -m benchmark
######################
# LINTING AND FORMATTING
######################