Additional test coverage, and upgrade test requirements.
This commit is contained in:
parent
a74ad5475e
commit
a6c4debf78
7 changed files with 91 additions and 24 deletions
4
tox.ini
4
tox.ini
|
|
@ -18,7 +18,7 @@ commands =
|
|||
pytest {posargs}
|
||||
py36,py37: black --check .
|
||||
isort --recursive --check-only --settings-path setup.cfg .
|
||||
flake8 .
|
||||
flake8 borgmatic tests
|
||||
|
||||
[testenv:black]
|
||||
basepython = python3.7
|
||||
|
|
@ -32,7 +32,7 @@ commands =
|
|||
[testenv:end-to-end]
|
||||
deps = -rtest_requirements.txt
|
||||
commands =
|
||||
pytest {posargs} tests/end-to-end
|
||||
pytest {posargs} --no-cov tests/end-to-end
|
||||
|
||||
[testenv:isort]
|
||||
deps = {[testenv]deps}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue