tests: enable long messages by default
This commit is contained in:
parent
d0b3d15212
commit
b3899ba81a
@ -125,6 +125,7 @@ class QubesTestCase(unittest.TestCase):
|
|||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(QubesTestCase, self).__init__(*args, **kwargs)
|
super(QubesTestCase, self).__init__(*args, **kwargs)
|
||||||
|
self.longMessage = True
|
||||||
self.log = logging.getLogger('{}.{}.{}'.format(
|
self.log = logging.getLogger('{}.{}.{}'.format(
|
||||||
self.__class__.__module__,
|
self.__class__.__module__,
|
||||||
self.__class__.__name__,
|
self.__class__.__name__,
|
||||||
|
Loading…
Reference in New Issue
Block a user