aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 0d81a51f11cddfab06951e6a760c9a8b09499e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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