From 2f72670e4cb5d3ab9622574456f6e6649c65101a Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 29 Jun 2017 00:53:30 +0300 Subject: Drop in pytest config --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') 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 -- cgit v1.2.1