mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2026-01-09 01:30:47 +03:00
fix just test recipe argument order, issue introduced by #777
This commit is contained in:
parent
3d95c07e28
commit
81673fe62a
4
justfile
4
justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user