diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 10:36:16 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 10:36:16 -0500 |
| commit | 16a6d9c45e80a67fe201fd0fe354fcd4aae25c9a (patch) | |
| tree | c8ed0b7c2ce2dd1097ef72e0de06bb3c4fcb9cbf /tests/test_files.py | |
| parent | 00506792848ee83de65b1740b3d82229ca55817a (diff) | |
| download | python-coveragepy-16a6d9c45e80a67fe201fd0fe354fcd4aae25c9a.tar.gz | |
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Diffstat (limited to 'tests/test_files.py')
| -rw-r--r-- | tests/test_files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_files.py b/tests/test_files.py index 6c5a332..00142ac 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -41,7 +41,7 @@ class FileLocatorTest(CoverageTest): # 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. + # letters make that impractical to achieve. fl = FileLocator() d = abs_file(os.curdir) trick = os.path.splitdrive(d)[1].lstrip(os.path.sep) |
