diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 11:29:42 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 11:29:50 -0800 |
commit | c5035bafd3c1700621d0aee12a2aa5b2fcc145c3 (patch) | |
tree | 33bba8259ee0b37360f22ce8b6aa218180f646e1 /python_client/pytest.ini | |
parent | 6571c1d98aa1e13f28e1d2557408a369d4e3220f (diff) | |
download | fatcat-c5035bafd3c1700621d0aee12a2aa5b2fcc145c3.tar.gz fatcat-c5035bafd3c1700621d0aee12a2aa5b2fcc145c3.zip |
continue breaking out python client
Diffstat (limited to 'python_client/pytest.ini')
-rw-r--r-- | python_client/pytest.ini | 10 |
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 |