mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-13 19:41:29 +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):
|
def setUp(self):
|
||||||
super(TestBase, self).setUp()
|
super(TestBase, self).setUp()
|
||||||
|
self.maxDiff = None
|
||||||
self.data = TestData()
|
self.data = TestData()
|
||||||
self.britney = os.path.join(PROJECT_DIR, 'britney.py')
|
self.britney = os.path.join(PROJECT_DIR, 'britney.py')
|
||||||
# create temporary config so that tests can hack it
|
# create temporary config so that tests can hack it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user