Files
agent-platform/pyproject.toml
T

10 lines
278 B
TOML
Raw Normal View History

[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
python_files = ["test_*.py"]
addopts = "-v --tb=short --strict-markers"
markers = [
"live: marks tests requiring real LLM_API_KEY (deselect by default)",
]
filterwarnings = ["ignore::DeprecationWarning"]