graphiti/pytest.ini
Daniel Chalef 1c577130c3 fix: Properly exclude mcp_server from root project pytest discovery
- 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>
2025-08-30 08:50:48 -07:00

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