summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 2d6ef670a5b272aa8316b6287e0db5e7c4839f15 (plain)
1
2
3
4
[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