Files
Leopold 2672bd86e6
tests / pytest (push) Has been cancelled
test: add pytest suite + CI workflow (21 tests)
2026-07-06 07:05:17 +02:00

10 lines
278 B
TOML

[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"]