summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2015-11-05 12:12:19 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2015-11-05 12:12:19 +0100
commit72c26e763a3287794ee44b330b43d6e699638d72 (patch)
treeddd9edaed42f174b36f715d7e826f0c4e6f0c12e
parentf301e5d41e13cdba72eabeb2cd984d2f62e5553c (diff)
downloadlogilab-common-72c26e763a3287794ee44b330b43d6e699638d72.tar.gz
[testlib] drop unused TestCase.pdbclass
-rw-r--r--logilab/common/testlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/logilab/common/testlib.py b/logilab/common/testlib.py
index ae6ebfc..0114713 100644
--- a/logilab/common/testlib.py
+++ b/logilab/common/testlib.py
@@ -328,7 +328,6 @@ def _deprecate(original_func):
class TestCase(unittest.TestCase):
"""A unittest.TestCase extension with some additional methods."""
maxDiff = None
- pdbclass = Debugger
tags = Tags()
def __init__(self, methodName='runTest'):