Files
gammaray-mcp/pyproject.toml

7 lines
196 B
TOML
Raw Normal View History

2026-07-07 20:40:29 +08:00
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]
markers = [
"probe: tests that require a running GammaRay probe",
]
filterwarnings = ["ignore::DeprecationWarning"]