10 lines
278 B
TOML
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"]
|