nvim/pyproject.toml
2023-01-10 20:53:27 +01:00

8 lines
117 B
TOML

# pyproject.toml
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
]