diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-05 07:04:43 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-05 07:04:43 -0500 |
commit | affe72ec6e86d288fbaa605ec98610719556dd42 (patch) | |
tree | eb7474377a403fd87f25b5a32763b6f1e4913eac /test/test_files.py | |
parent | dcf168545a75fde41888ad5a9e6d5a4b953bc2f3 (diff) | |
download | python-coveragepy-git-affe72ec6e86d288fbaa605ec98610719556dd42.tar.gz |
The only good pylint is a quiet pylint
Diffstat (limited to 'test/test_files.py')
-rw-r--r-- | test/test_files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_files.py b/test/test_files.py index 207274a2..5692699c 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. |