mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-12-26 07:27:11 +00:00
8 lines
112 B
TOML
8 lines
112 B
TOML
[tool.pytest.ini_options]
|
|
minversion = "6.0"
|
|
addopts = "-ra -q"
|
|
testpaths = [
|
|
"tests",
|
|
"integration",
|
|
]
|