[test] Affichage des objets ne passant pas les tests
This commit is contained in:
parent
575075fe18
commit
13db266a4c
1 changed files with 2 additions and 0 deletions
2
test.py
2
test.py
|
@ -83,6 +83,7 @@ def keys_of_list_of_dict(l, type=''):
|
|||
except Exception as error:
|
||||
anime.reinit()
|
||||
print ERREUR
|
||||
print item
|
||||
if show_traceback: print traceback.format_exc()
|
||||
else: print "\t%r" % error
|
||||
ok = False
|
||||
|
@ -108,6 +109,7 @@ def test_list_of_dict(keys, list):
|
|||
return
|
||||
except Exception as error:
|
||||
if ok: print ERREUR
|
||||
print item
|
||||
if show_traceback: print traceback.format_exc()
|
||||
else: print "\t%r" % error
|
||||
ok = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue