trustgraph/tests/pytest.ini
Cyber MacGeddon 343539b065 - Fix invalid key in config causing rogue warning
- Fix asyncio test tags
2026-04-16 09:49:06 +01:00

19 lines
No EOL
551 B
INI

[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
# --disable-warnings
# --cov-fail-under=80
asyncio_mode = auto
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
integration: marks tests as integration tests
unit: marks tests as unit tests
contract: marks tests as contract tests (service interface validation)
vertexai: marks tests as vertex ai specific tests
asyncio: marks tests that use asyncio