summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-04-17 18:26:55 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-04-17 18:26:55 +0200
commitd3c8f86547d8c7f25c0bec9f616d1ae2fe00b247 (patch)
tree15a7893cbbd8fd38d22d0ab22c31314d2554aa46
parent126eda509ecdcde87aa5c50b092a3638fa15b17a (diff)
downloadcherrypy-git-d3c8f86547d8c7f25c0bec9f616d1ae2fe00b247.tar.gz
Explicitly set junit_family to xunit2
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 3b668d77..482ac6b6 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -12,5 +12,6 @@ filterwarnings =
ignore:the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses:PendingDeprecationWarning
doctest_optionflags = ALLOW_UNICODE ELLIPSIS
junit_duration_report = call
+junit_family = xunit2
junit_suite_name = cherrypy_test_suite
testpaths = cherrypy/test/