1[pytest]
2norecursedirs=dist build .tox .eggs
3addopts=-v -rxs --junitxml=.test-results/pytest/results.xml --cov=cherrypy --cov-report term-missing:skip-covered --cov-report xml --doctest-modules
4doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5