mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Give some clue as to what happened if the test fails.
This commit is contained in:
parent
4868ef8832
commit
d410b320ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue