This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user