summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-11-05 08:06:56 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-11-05 08:52:53 +0100
commitf4c131207eff4c77df40ecf4c25441c01c3d83bd (patch)
treefa5b902ce840158262c496d1e11c09cfaa2f9a8d /pytest.ini
parentde650567285a5ae9c361324a89a3edc07e95b557 (diff)
downloadcherrypy-git-f4c131207eff4c77df40ecf4c25441c01c3d83bd.tar.gz
Improve pytest.ini style
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/pytest.ini b/pytest.ini
index 2d6ef670..857890f8 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,6 @@
[pytest]
-norecursedirs=dist build .tox .eggs
-addopts=-v -rxs --junitxml=.test-results/pytest/results.xml --cov=cherrypy --cov-report term-missing:skip-covered --cov-report xml --doctest-modules
-doctest_optionflags=ALLOW_UNICODE ELLIPSIS
+norecursedirs = dist build .tox .eggs
+addopts = -v -rxXs --junitxml=.test-results/pytest/results.xml --cov=cherrypy --cov-report term-missing:skip-covered --cov-report xml --doctest-modules
+doctest_optionflags = ALLOW_UNICODE ELLIPSIS
+junit_suite_name = cherrypy_test_suite
+testpaths = cherrypy/test/