aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/pytest.ini
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-05 18:44:40 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-05 18:44:40 -0700
commit070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f (patch)
tree82f82c5586bd97c2ed5c4082f85d571f23a4182b /python_openapi_client/pytest.ini
parent180bb7366587bc4150108e4e0274806ce285d6a6 (diff)
downloadfatcat-070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f.tar.gz
fatcat-070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f.zip
rename python client to 'fatcat-openapi-client'
Diffstat (limited to 'python_openapi_client/pytest.ini')
-rw-r--r--python_openapi_client/pytest.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/python_openapi_client/pytest.ini b/python_openapi_client/pytest.ini
new file mode 100644
index 00000000..98e77c63
--- /dev/null
+++ b/python_openapi_client/pytest.ini
@@ -0,0 +1,10 @@
+
+[pytest]
+
+ignore = setup.py
+
+# allow imports from files in current directory
+python_paths = fatcat_openapi_client, tests
+
+# search for 'test_*' functions in all python files, not just under tests
+python_files = *.py