diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 17:49:49 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 17:49:49 -0700 |
commit | ed5712b17ac818862c7ae9316f2fac05b5b9a51a (patch) | |
tree | 342b723848bd102fa71cc2b3b5a0f16c66bdc337 /python | |
parent | 091999313d4c5f5dec6fbf3739728d274a4a7d21 (diff) | |
download | fatcat-ed5712b17ac818862c7ae9316f2fac05b5b9a51a.tar.gz fatcat-ed5712b17ac818862c7ae9316f2fac05b5b9a51a.zip |
default to showing INFO log lines for failed tests
Diffstat (limited to 'python')
-rw-r--r-- | python/pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pytest.ini b/python/pytest.ini index 5ec44a41..50a6f867 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -13,3 +13,5 @@ addopts = --pylint --pylint-rcfile=.pylintrc --pylint-error-types=EF --pylint-jo filterwarnings = ignore:.*common_exception_handling.*StopIteration:PendingDeprecationWarning ignore:passing extensions and flags as constants is deprecated:DeprecationWarning + +log_level = INFO |