cognee/cognee-mcp/pytest.ini
2025-11-01 00:09:12 +00:00

8 lines
168 B
INI

[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*