test suite

This commit is contained in:
2026-07-07 20:40:29 +08:00
parent 316d52bfe5
commit f7d6a51220
12 changed files with 936 additions and 1 deletions

7
pyproject.toml Normal file
View File

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