aboutsummaryrefslogtreecommitdiffstats
path: root/python_client/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'python_client/pytest.ini')
-rw-r--r--python_client/pytest.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/python_client/pytest.ini b/python_client/pytest.ini
new file mode 100644
index 00000000..98060611
--- /dev/null
+++ b/python_client/pytest.ini
@@ -0,0 +1,10 @@
+
+[pytest]
+
+ignore = setup.py
+
+# allow imports from files in current directory
+python_paths = fatcat_client, tests
+
+# search for 'test_*' functions in all python files, not just under tests
+python_files = *.py