Browse Source

tests: enable long messages by default

Marek Marczykowski-Górecki 9 years ago
parent
commit
b3899ba81a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/__init__.py

+ 1 - 0
tests/__init__.py

@@ -125,6 +125,7 @@ class QubesTestCase(unittest.TestCase):
 
     def __init__(self, *args, **kwargs):
         super(QubesTestCase, self).__init__(*args, **kwargs)
+        self.longMessage = True
         self.log = logging.getLogger('{}.{}.{}'.format(
             self.__class__.__module__,
             self.__class__.__name__,