- Added norecursedirs and testpaths to pytest.ini to exclude mcp_server - Also updated pyproject.toml with additional exclusion patterns - Root project pytest now only discovers tests in the tests/ directory 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
No EOL
201 B
INI
7 lines
No EOL
201 B
INI
[pytest]
|
|
markers =
|
|
integration: marks tests as integration tests
|
|
asyncio_default_fixture_loop_scope = function
|
|
asyncio_mode = auto
|
|
norecursedirs = mcp_server .git *.egg build dist
|
|
testpaths = tests |