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 e363d46 commit 445e791Copy full SHA for 445e791
justfile
@@ -300,7 +300,7 @@ test-fish:
300
uv sync --no-extra rich
301
source .venv/bin/activate.fish && pytest --cov-append tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_fish tests/test_parser_completers.py tests/shellcompletion/test_fish.py
302
uv sync --all-extras
303
- source .venv/bin/activate.fish && pytest --cov-append tests/shellcompletion/test_fish.py::FishExeTests::test_prompt_install
+ source .venv/bin/activate.fish && pytest --cov-append tests/shellcompletion/test_fish.py::FishExeShellTests::test_prompt_install
304
305
# run tests
306
test *TESTS:
0 commit comments