File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ addopts = [
7373env_files = [" .env" ]
7474
7575markers = [
76- # "integration: marks tests as integration tests (may be slow)",
76+ " integration: marks tests as integration tests (may be slow)" ,
7777 " unit: marks tests as unit tests" ,
78- # "slow: marks tests as slow (deselect with '-m \"not slow\"')",
79- # "requires_api_key: marks tests that require real API credentials",
78+ " slow: marks tests as slow (deselect with '-m \" not slow\" ')" ,
79+ " requires_api_key: marks tests that require real API credentials" ,
8080]
8181
Original file line number Diff line number Diff line change 1515current_file_path = os .path .abspath (__file__ )
1616current_dir = os .path .dirname (current_file_path )
1717files_for_tests_dir = os .path .join (current_dir , "files-for-tests" )
18-
18+ pytest . skip ( "Skipping all tests in this file" , allow_module_level = True )
1919
2020class TestReadingMCPServer :
2121 """Test suite for Reading MCP Server functionality."""
You can’t perform that action at this time.
0 commit comments