tox.ini: set pytest junit_family

This commit is contained in:
Benjamin Dauvergne 2020-04-25 09:30:31 +02:00
parent 58759b3e78
commit d3aaae96f2
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ deps =
ldap2: python-ldap<3
commands =
py.test {env:COVERAGE:} {posargs:--random tests}
[pytest]
junit_family=xunit2