Agentic_SRE / pyproject.toml
LordofMonarchs's picture
Version-1
599eb60
Raw
History Blame Contribute Delete
182 Bytes
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
python_functions = ["test_*"]
addopts = "-v --tb=short"