Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
f36b4fa
1
Parent(s): e36ebff
Fix duplicate test
Browse files- tests/cli/test_cli.py +0 -5
tests/cli/test_cli.py
CHANGED
|
@@ -94,11 +94,6 @@ class TestMainCLI:
|
|
| 94 |
class TestVersionCommand:
|
| 95 |
"""Test the version command."""
|
| 96 |
|
| 97 |
-
def test_version_command_parsing(self):
|
| 98 |
-
"""Test that version command can be parsed."""
|
| 99 |
-
command, bound, _ = app.parse_args(["version"])
|
| 100 |
-
assert command is not None
|
| 101 |
-
|
| 102 |
def test_version_command_execution(self):
|
| 103 |
"""Test that version command executes and exits properly."""
|
| 104 |
# The version command should exit with code 0 when executed
|
|
|
|
| 94 |
class TestVersionCommand:
|
| 95 |
"""Test the version command."""
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
def test_version_command_execution(self):
|
| 98 |
"""Test that version command executes and exits properly."""
|
| 99 |
# The version command should exit with code 0 when executed
|