aboutsummaryrefslogtreecommitdiffstats
path: root/backfill/pytest.ini
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-03-30 17:57:34 -0700
committerBryan Newbold <bnewbold@archive.org>2018-03-30 17:57:34 -0700
commit1b6d04fffb6554fd8ef1479b29c7154df07e4d21 (patch)
tree3eb32208e6565136575d59eebf753af7ae7f0fc6 /backfill/pytest.ini
parent719538b753423ac301e686886282695150192e47 (diff)
downloadsandcrawler-1b6d04fffb6554fd8ef1479b29c7154df07e4d21.tar.gz
sandcrawler-1b6d04fffb6554fd8ef1479b29c7154df07e4d21.zip
pytest helpers
Diffstat (limited to 'backfill/pytest.ini')
-rw-r--r--backfill/pytest.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/backfill/pytest.ini b/backfill/pytest.ini
new file mode 100644
index 0000000..0a5e921
--- /dev/null
+++ b/backfill/pytest.ini
@@ -0,0 +1,8 @@
+
+[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