5 lines
84 B
TOML
5 lines
84 B
TOML
[tool.pytest.ini_options]
|
|
pythonpath = ["src"]
|
|
testpaths = ["tests"]
|
|
addopts = "-q"
|