diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2014-08-18 14:52:14 +0300 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2014-08-18 14:52:14 +0300 |
| commit | 1e843582045ac130e22d2d92a33f109465b7bd63 (patch) | |
| tree | c5bfa7de731f2a187f7fdae06c03cb5ea41dfbe8 /testutils.py | |
| parent | 7ec2a5b3f00c6eec03ea25f9e8f2c08d2f705e2a (diff) | |
| download | pylint-git-1e843582045ac130e22d2d92a33f109465b7bd63.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 ef212113a..e53ec70a2 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, |
