diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-14 23:11:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-14 23:11:24 -0700 |
commit | 3346a8d61c40e3f18b26c13df9dfafc2a0ad8e80 (patch) | |
tree | 0047296f1933b86fb5e8c82ffeafdbee140a81ae /pytest.ini | |
parent | c4852afdec87712e09b9cdba5b5db7e1ad1a0701 (diff) | |
download | fatcat-scholar-3346a8d61c40e3f18b26c13df9dfafc2a0ad8e80.tar.gz fatcat-scholar-3346a8d61c40e3f18b26c13df9dfafc2a0ad8e80.zip |
working pytest settings
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..0d81a51 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,13 @@ +[pytest] + +ignore = setup.py + +# search for 'test_*' functions in all python files, not just under tests +python_files = test_*.py tests/*.py fatcat_scholar/*.py + +# TODO: +#addopts = --pylint --pylint-rcfile=.pylintrc --pylint-error-types=EF --pylint-jobs=4 + +filterwarnings = + +log_level = INFO |