diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-05 14:01:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-05 14:01:18 -0700 |
commit | bbda3da01f419692562f71771daaf5043a09903a (patch) | |
tree | 796118ca4a8ca84096b291281cb4c63634b92063 | |
parent | a5c77cd70679ee956f37ccc0ea205f928b734e97 (diff) | |
download | fatcat-scholar-bbda3da01f419692562f71771daaf5043a09903a.tar.gz fatcat-scholar-bbda3da01f419692562f71771daaf5043a09903a.zip |
pytest: remove unused 'ignore' from config file
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ [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 |