Default to ERROR logging on tests.
This commit is contained in:
parent
460ad73bba
commit
586ac76d1f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import logging
|
|||
from .tests import basic
|
||||
from .tests import gac_100
|
||||
|
||||
logging.getLogger().setLevel(logging.WARNING)
|
||||
logging.getLogger().setLevel(logging.ERROR)
|
||||
|
||||
tests = (
|
||||
("basic", basic),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue