diff options
author | Julien Cristau <julien.cristau@logilab.fr> | 2015-11-05 12:12:19 +0100 |
---|---|---|
committer | Julien Cristau <julien.cristau@logilab.fr> | 2015-11-05 12:12:19 +0100 |
commit | 72c26e763a3287794ee44b330b43d6e699638d72 (patch) | |
tree | ddd9edaed42f174b36f715d7e826f0c4e6f0c12e | |
parent | f301e5d41e13cdba72eabeb2cd984d2f62e5553c (diff) | |
download | logilab-common-72c26e763a3287794ee44b330b43d6e699638d72.tar.gz |
[testlib] drop unused TestCase.pdbclass
-rw-r--r-- | logilab/common/testlib.py | 1 |
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'): |