mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-19 07:01:28 +00:00
show full diff on test failures
This commit is contained in:
parent
18dc37dca5
commit
80a9121f62
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user