8 lines
117 B
TOML
8 lines
117 B
TOML
# pyproject.toml
|
|
[tool.pytest.ini_options]
|
|
minversion = "6.0"
|
|
addopts = "-ra -q"
|
|
testpaths = [
|
|
"tests",
|
|
]
|