From 13db266a4c62daf6883d57df554e3731f4d79617 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Mon, 24 Feb 2014 11:45:30 +0100 Subject: [PATCH] [test] Affichage des objets ne passant pas les tests --- test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.py b/test.py index c7f967b..4c07515 100755 --- a/test.py +++ b/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