aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-16 18:34:19 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-16 18:34:19 -0700
commit4cf667c283d54f769e73d76bb23bbb68b4329cf8 (patch)
tree4bbeb1cdeb053c09e86e2cc41962382bcb837729 /pytest.ini
parentb2d5968e0a7ac5576782f54980c930345f4c5298 (diff)
downloadfatcat-4cf667c283d54f769e73d76bb23bbb68b4329cf8.tar.gz
fatcat-4cf667c283d54f769e73d76bb23bbb68b4329cf8.zip
move python code to subdirectory
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/pytest.ini b/pytest.ini
deleted file mode 100644
index 0a5e9216..00000000
--- a/pytest.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-
-[pytest]
-
-# allow imports from files in current directory
-python_paths = .
-
-# search for 'test_*' functions in all python files, not just under tests
-python_files = *.py