summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 65cbcffe27b04d807a7c4aed2d7007208e97acca (plain)
1
2
3
4
5
6
[pytest]
norecursedirs = dist build .tox .eggs
addopts = -v -rxXs -l --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/