summaryrefslogtreecommitdiff
path: root/test/test_files.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-05 07:04:43 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-05 07:04:43 -0500
commit3f4894f1c5553de02efc6484628036e6714799f4 (patch)
tree602de79e6e86b4b86ee1ca01c360a761439348f4 /test/test_files.py
parent426959bac9708eb777174e8dafe3b1e0c8e4d965 (diff)
downloadpython-coveragepy-3f4894f1c5553de02efc6484628036e6714799f4.tar.gz
The only good pylint is a quiet pylint
Diffstat (limited to 'test/test_files.py')
-rw-r--r--test/test_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_files.py b/test/test_files.py
index 207274a..5692699 100644
--- a/test/test_files.py
+++ b/test/test_files.py
@@ -38,7 +38,7 @@ class FileLocatorTest(CoverageTest):
self.assertEqual(fl.relative_filename(a2), a2)
def test_filepath_contains_absolute_prefix_twice(self):
- # https://bitbucket.org/ned/coveragepy/issue/194/filelocatorrelative_filename-could-mangle
+ # https://bitbucket.org/ned/coveragepy/issue/194
# Build a path that has two pieces matching the absolute path prefix.
# Technically, this test doesn't do that on Windows, but drive
# letters make that impractical to acheive.