We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccef578 commit d7716bdCopy full SHA for d7716bd
2 files changed
pyproject.toml
@@ -71,6 +71,7 @@ include-package-data = true
71
minversion = "6.0"
72
python_files = "test_*.py"
73
testpaths = [ "tests" ]
74
+addopts = "--cov=repoze.retry --cov=tests/unit --cov-branch"
75
76
[tool.coverage.run]
77
omit = []
tox.ini
@@ -7,13 +7,13 @@ envlist =
7
isolated_build = true
8
9
[testenv]
10
+use_develop = true
11
deps =
12
pytest
13
pytest-cov
14
commands =
15
python --version
- python -mpytest --cov \
16
- {posargs:}
+ python -mpytest {posargs:}
17
setenv =
18
COVERAGE_FILE=.coverage.{envname}
19
0 commit comments