Skip to content

Commit 2e73a31

Browse files
committed
Add test for 'venv uninstall -h'
1 parent 33b8d8d commit 2e73a31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_venv_help.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def test_venv_help(arg: str, tmp_path: Path, capfd: pytest.CaptureFixture[str]):
2525
"deactivate",
2626
"delete",
2727
"install",
28+
"uninstall",
2829
"lock",
2930
"clear",
3031
],

0 commit comments

Comments
 (0)