We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf854c1 commit 9d90e34Copy full SHA for 9d90e34
justfile
@@ -199,7 +199,7 @@ test-all *ENV: coverage-erase
199
@just test-rich {{ ENV }}
200
@just test-no-rich {{ ENV }}
201
uv run {{ ENV }} --all-extras --group colorama --exact pytest --cov-append -m "not rich and not no_rich"
202
- uv run --all-extras --no-group colorama --exact colorama pytest --cov-append -k test_ctor_params
+ uv run {{ ENV }} --all-extras --no-group colorama --exact pytest --cov-append -k test_ctor_params
203
204
_log-tests:
205
uv run pytest --collect-only --disable-warnings -q --no-cov
0 commit comments