show full diff on test failures

This commit is contained in:
Martin Pitt 2016-01-25 10:39:42 +01:00
parent 18dc37dca5
commit 80a9121f62

View File

@ -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