From 1dad0d9e54bfae93eebea47f8a3cb291cdd645c5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Apr 2018 12:06:38 -0700 Subject: extraction -> mapreduce --- mapreduce/pytest.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mapreduce/pytest.ini (limited to 'mapreduce/pytest.ini') diff --git a/mapreduce/pytest.ini b/mapreduce/pytest.ini new file mode 100644 index 0000000..0a5e921 --- /dev/null +++ b/mapreduce/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 -- cgit v1.2.3