Add pytest to pyproject.toml
This commit is contained in:
parent
9e29ce788f
commit
d96c5f79fb
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user