Files
wlan-testing/tests/pyproject.toml

8 lines
112 B
TOML

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
"integration",
]