summaryrefslogtreecommitdiff
path: root/testutils.py
diff options
context:
space:
mode:
authorLCD 47 <lcd047@gmail.com>2014-10-10 22:00:00 +0300
committerLCD 47 <lcd047@gmail.com>2014-10-10 22:00:00 +0300
commit1625e73cac5728a555c1b7004decaa83129d2787 (patch)
treea962e42760ee1a2a5047041c700cd9c70a9eaa2e /testutils.py
parentf6607f7f69ac23a46961f90f5459b41a6068b5c0 (diff)
downloadpylint-git-1625e73cac5728a555c1b7004decaa83129d2787.tar.gz
Add Changelog. Fix tests.
Diffstat (limited to 'testutils.py')
-rw-r--r--testutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testutils.py b/testutils.py
index 8ceac5fd4..a50d55d9e 100644
--- a/testutils.py
+++ b/testutils.py
@@ -95,6 +95,7 @@ class TestReporter(BaseReporter):
def __init__(self):
self.message_ids = {}
self.reset()
+ self.path_strip_prefix = os.getcwd() + os.sep
def reset(self):
self.out = StringIO()