6 lines
94 B
TOML
6 lines
94 B
TOML
[tool.pytest.ini_options]
|
|
minversion = "6.0"
|
|
addopts = "-ra -q"
|
|
testpaths = [
|
|
"test.py",
|
|
] |