5 lines
82 B
TOML
5 lines
82 B
TOML
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|
|
addopts = "-v"
|
|
pythonpath = ["."]
|