Newer
Older
cortex-hub / ai-hub / pytest.ini
@Antigravity AI Antigravity AI 17 days ago 262 bytes Mark all slow tests with @pytest.mark.slow
[pytest]
filterwarnings =
    ignore::DeprecationWarning
testpaths =
    tests
    integration_tests
markers =
    requires_nodes: marker for integration tests that require live agent nodes
    slow: marker for slow integration tests (LLM calls, large file sync)