summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJohan Fleury <jfleury@arcaik.net>2018-10-08 12:58:12 -0400
committerJohan Fleury <jfleury@arcaik.net>2018-10-08 12:58:12 -0400
commit735c78d3ecb695dd16cb37879880f522c4b29c72 (patch)
tree8bfb2ecbd0f03730efa1540cc65d8490b67e8ddd /pytest.ini
Import upstream version 1.7.0
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000..992b9b0
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,5 @@
+# test_*py by default
+# add tests.py and test.py
+[pytest]
+norecursedirs=.tox .git pykwalify.egg-info dist docs examples
+python_files=test*.py