test suite
This commit is contained in:
7
pyproject.toml
Normal file
7
pyproject.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user