From f71fdb86bc99ec7998942762dd56352acaa09b9e Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 16 Feb 2019 12:27:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20a=20pytest=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pytest.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000..4426e70d7 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,6 @@ +[pytest] +norecursedirs = build dist docs misc travis .tox .eggs +addopts = -v -rxXs --doctest-modules +doctest_optionflags = ALLOW_UNICODE ELLIPSIS +junit_suite_name = pygit2_test_suite +testpaths = test/