fix just test recipe argument order, issue introduced by #777

This commit is contained in:
Brian Kohan 2025-12-31 10:26:20 -08:00
parent 3d95c07e28
commit 81673fe62a
No known key found for this signature in database
GPG Key ID: 5C6CE8BA38C43FC1

View File

@ -190,13 +190,13 @@ test-lock +PACKAGES: _lock-python
# run tests
test *TESTS: install-playwright
@just run pytest --cov {{ TESTS }}
@just run pytest {{ TESTS }} --cov
test-db DB_CLIENT="dev" *TESTS: install-playwright
# No Optional Dependency Unit Tests
# todo clean this up, rerunning a lot of tests
uv sync --group {{ DB_CLIENT }}
@just run pytest --cov {{ TESTS }}
@just run pytest {{ TESTS }} --cov
# debug a test - (break at test start/run in headed mode)
debug-test *TESTS: