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/