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

View file

@ -118,7 +118,7 @@ def test01_basic(self):
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