mirror of https://github.com/python/cpython
Give some clue as to what happened if the test fails.
This commit is contained in:
parent
4868ef8832
commit
d410b320ec
|
@ -118,7 +118,7 @@ class SimpleRecnoTestCase(unittest.TestCase):
|
||||||
assert not d.has_key(13)
|
assert not d.has_key(13)
|
||||||
|
|
||||||
data = d.get_both(26, "z" * 60)
|
data = d.get_both(26, "z" * 60)
|
||||||
assert data == "z" * 60
|
assert data == "z" * 60, 'was %r' % data
|
||||||
if verbose:
|
if verbose:
|
||||||
print data
|
print data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue