Skip to content

Commit 112f884

Browse files
committed
Add test for 'venv delete -h'
1 parent 539999e commit 112f884

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
@@ -23,6 +23,7 @@ def test_venv_help(arg: str, tmp_path: Path, capfd: pytest.CaptureFixture):
2323
"create",
2424
"activate",
2525
"deactivate",
26+
"delete",
2627
"install",
2728
"lock",
2829
"clear",

0 commit comments

Comments
 (0)