Default to ERROR logging on tests.
This commit is contained in:
parent
460ad73bba
commit
586ac76d1f
@ -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…
Reference in New Issue
Block a user