diff options
| author | LCD 47 <lcd047@gmail.com> | 2014-10-10 22:00:00 +0300 |
|---|---|---|
| committer | LCD 47 <lcd047@gmail.com> | 2014-10-10 22:00:00 +0300 |
| commit | 1625e73cac5728a555c1b7004decaa83129d2787 (patch) | |
| tree | a962e42760ee1a2a5047041c700cd9c70a9eaa2e /testutils.py | |
| parent | f6607f7f69ac23a46961f90f5459b41a6068b5c0 (diff) | |
| download | pylint-git-1625e73cac5728a555c1b7004decaa83129d2787.tar.gz | |
Add Changelog. Fix tests.
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 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() |
