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 fcf934a commit cdd3ef5Copy full SHA for cdd3ef5
tox.ini
@@ -9,10 +9,4 @@ deps =
9
allowlist_externals = pytest
10
11
commands =
12
- pytest --cov=json2xml --cov-report=xml
13
- python \
14
- -W error::ResourceWarning \
15
- -W error::DeprecationWarning \
16
- -W error::PendingDeprecationWarning \
17
- -m coverage run \
18
- -m pytest {posargs:tests}
+ pytest --cov --junitxml=junit.xml
0 commit comments