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 basic
|
||||||
from .tests import gac_100
|
from .tests import gac_100
|
||||||
|
|
||||||
logging.getLogger().setLevel(logging.WARNING)
|
logging.getLogger().setLevel(logging.ERROR)
|
||||||
|
|
||||||
tests = (
|
tests = (
|
||||||
("basic", basic),
|
("basic", basic),
|
||||||
|
Loading…
Reference in New Issue
Block a user