blob: 4a619a1636993f6422eb1eb5f72e38926468cdf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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 =
ignore:Using or importing the ABCs.*:DeprecationWarning
log_level = INFO
|