Skip to content

Commit c3e294c

Browse files
committed
Add test_cli.py and test_wrapper.py
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 7a2792f commit c3e294c

File tree

2 files changed

+311
-101
lines changed

2 files changed

+311
-101
lines changed

tests/unit/mcpgateway/test_cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
import importlib
2020
import sys
2121
from pathlib import Path
22-
from typing import List, Dict, Any
22+
from typing import Any, Dict, List
2323

2424
import pytest
2525

2626
import mcpgateway.cli as cli
2727

28-
2928
# ---------------------------------------------------------------------------
3029
# helpers / fixtures
3130
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)