[test] Affichage des objets ne passant pas les tests

This commit is contained in:
Valentin Samir 2014-02-24 11:45:30 +01:00
parent 575075fe18
commit 13db266a4c

View file

@ -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