summaryrefslogtreecommitdiff
path: root/testlib.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-27 15:50:39 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-27 15:50:39 +0200
commit5528e5a1bf39be6d20bdfbad428bcbfbcd2f043d (patch)
treecf4c1c47f2f6073de25c7aeb23b77c768f8dfa67 /testlib.py
parente6fe6e83fc8446dd1076f518c357ad89618a9467 (diff)
downloadlogilab-common-5528e5a1bf39be6d20bdfbad428bcbfbcd2f043d.tar.gz
set maxDiff to None so we see diffs anyway
Diffstat (limited to 'testlib.py')
-rw-r--r--testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testlib.py b/testlib.py
index 2735c5c..29ac960 100644
--- a/testlib.py
+++ b/testlib.py
@@ -1024,7 +1024,7 @@ def _deprecate(original_func):
class TestCase(unittest.TestCase):
"""A unittest.TestCase extension with some additional methods."""
-
+ maxDiff = None
capture = False
pdbclass = Debugger
tags = Tags()