Give some clue as to what happened if the test fails.

This commit is contained in:
Neal Norwitz 2007-05-19 04:35:52 +00:00
parent 4868ef8832
commit d410b320ec
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class SimpleRecnoTestCase(unittest.TestCase):
assert not d.has_key(13)
data = d.get_both(26, "z" * 60)
assert data == "z" * 60
assert data == "z" * 60, 'was %r' % data
if verbose:
print data