From d5309e6e2d8d8cd4244e24ac1773ce76434ce46d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Apr 2019 13:21:39 -0700 Subject: pytest improvements: squelch raven deprecation; run pylint --- python/pytest.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'python/pytest.ini') diff --git a/python/pytest.ini b/python/pytest.ini index afdebabc..1acfdfc8 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -1,10 +1,12 @@ - [pytest] ignore = setup.py -# allow imports from files in current directory 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 -- cgit v1.2.3