7 lines
196 B
TOML
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"]
|