blob: 1acfdfc8988184556239b452eb6f37055fc5cf09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[pytest]
ignore = setup.py
python_paths = .
# search for 'test_*' functions in all python files, not just under tests
python_files = *.py
addopts = --pylint --pylint-rcfile=.pylintrc --pylint-error-types=EF --pylint-jobs=4
filterwarnings = ignore:.*common_exception_handling.*StopIteration:PendingDeprecationWarning
|