We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1283607 commit 352065cCopy full SHA for 352065c
tests/server/fastmcp/test_integration.py
@@ -5,9 +5,6 @@
5
single-feature servers across different transports (SSE and StreamableHTTP).
6
"""
7
8
-# Mark all tests in this file as integration tests
9
-pytestmark = pytest.mark.integration
10
-
11
import json
12
import multiprocessing
13
import socket
@@ -48,6 +45,9 @@
48
45
ToolListChangedNotification,
49
46
)
50
47
+# Mark all tests in this file as integration tests
+pytestmark = [pytest.mark.integration]
+
51
52
class NotificationCollector:
53
"""Collects notifications from the server for testing."""
0 commit comments