From d3aaae96f2448e334a5eefac989277bbb908bc8a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 25 Apr 2020 09:30:31 +0200 Subject: [PATCH] tox.ini: set pytest junit_family --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index c0a1f5f..ca37197 100644 --- a/tox.ini +++ b/tox.ini @@ -20,3 +20,7 @@ deps = ldap2: python-ldap<3 commands = py.test {env:COVERAGE:} {posargs:--random tests} + + +[pytest] +junit_family=xunit2