summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-06-29 00:53:30 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-06-29 00:53:30 +0300
commit2f72670e4cb5d3ab9622574456f6e6649c65101a (patch)
tree2421c5b2caf4ed1948f933c44c8f882440f9fcfa /pytest.ini
parent17134629f526b7bf0e86e2b1eb1e9eae3476823f (diff)
downloadcherrypy-git-2f72670e4cb5d3ab9622574456f6e6649c65101a.tar.gz
Drop in pytest config
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 00000000..832ed6a7
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,4 @@
+[pytest]
+norecursedirs=dist build .tox
+addopts=-v -rxs --doctest-modules --junitxml=junit-test-results.xml
+doctest_optionflags=ALLOW_UNICODE ELLIPSIS