Add pytest to pyproject.toml

This commit is contained in:
kaliko 2024-10-14 18:30:39 +02:00
parent 9e29ce788f
commit d96c5f79fb

View File

@ -46,3 +46,7 @@ packages = ["borgmatic"]
[tool.black]
line-length = 100
skip-string-normalization = true
[tool.pytest.ini_options]
testpaths = "tests"
addopts = "--cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end"