mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Fix duplicate test
This commit is contained in:
parent
f6fe3f5785
commit
6b38fbc8bc
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue