From 6b38fbc8bcc8ec0f3a70a07602fee9435de81a03 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:13:57 -0400 Subject: [PATCH] Fix duplicate test --- tests/cli/test_cli.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/cli/test_cli.py b/tests/cli/test_cli.py index de31c62aa..fff41161b 100644 --- a/tests/cli/test_cli.py +++ b/tests/cli/test_cli.py @@ -94,11 +94,6 @@ class TestMainCLI: class TestVersionCommand: """Test the version command.""" - def test_version_command_parsing(self): - """Test that version command can be parsed.""" - command, bound, _ = app.parse_args(["version"]) - assert command is not None - def test_version_command_execution(self): """Test that version command executes and exits properly.""" # The version command should exit with code 0 when executed