Files
gammaray-mcp/pyproject.toml
2026-07-07 20:40:29 +08:00

7 lines
196 B
TOML

[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]
markers = [
"probe: tests that require a running GammaRay probe",
]
filterwarnings = ["ignore::DeprecationWarning"]