diff --git a/tests/__init__.py b/tests/__init__.py index 4c26c7b..31d5099 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -139,6 +139,7 @@ class TestBase(unittest.TestCase): def setUp(self): super(TestBase, self).setUp() + self.maxDiff = None self.data = TestData() self.britney = os.path.join(PROJECT_DIR, 'britney.py') # create temporary config so that tests can hack it