diff options
author | cpopa <devnull@localhost> | 2014-08-18 14:52:14 +0300 |
---|---|---|
committer | cpopa <devnull@localhost> | 2014-08-18 14:52:14 +0300 |
commit | 41a05fd331428b7805a806d37bccbc69a887910f (patch) | |
tree | c2a84cb17621f00220382c7c19747d6834519cfe /testutils.py | |
parent | f72c2e1a0e0943594740475c1e6071a111562eeb (diff) | |
download | pylint-41a05fd331428b7805a806d37bccbc69a887910f.tar.gz |
Add debug code for drone.io.
Diffstat (limited to 'testutils.py')
-rw-r--r-- | testutils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testutils.py b/testutils.py index ef21211..e53ec70 100644 --- a/testutils.py +++ b/testutils.py @@ -245,6 +245,7 @@ class LintTestUsingModule(unittest.TestCase): depends = None output = None _TEST_TYPE = 'module' + maxDiff = None def shortDescription(self): values = {'mode' : self._TEST_TYPE, |