Files
posthog/products/mcp/python/pytest.ini
Joshua Snyder 96a67434f6 feat(mcp): move mcp server into monorepo (#39217)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-08 10:26:55 +01:00

10 lines
229 B
INI

[tool:pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py *_test.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
env =
PYTHONPATH = .
filterwarnings = ignore::DeprecationWarning