diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-15 18:29:05 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-15 18:29:05 -0400 |
commit | 81c1e72855a1aa60c55fdfc437ed3d7a145ea8f8 (patch) | |
tree | 5a46ebea58c16744a6d9841cff8ebe422c540e82 | |
parent | f460cd459100eef7297453d9fc5c188614d601c6 (diff) | |
download | python-coveragepy-git-81c1e72855a1aa60c55fdfc437ed3d7a145ea8f8.tar.gz |
Satisfy pylint.
-rw-r--r-- | tests/test_farm.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py index e514e663..fee28063 100644 --- a/tests/test_farm.py +++ b/tests/test_farm.py @@ -195,9 +195,9 @@ class FarmTestCase(object): """Compare files matching `file_pattern` in `dir1` and `dir2`. `dir2` is interpreted as a prefix, with Python version numbers appended - to find the actual directory to compare with. "foo" will compare against - "foo_v241", "foo_v24", "foo_v2", or "foo", depending on which directory - is found first. + to find the actual directory to compare with. "foo" will compare + against "foo_v241", "foo_v24", "foo_v2", or "foo", depending on which + directory is found first. `size_within` is a percentage delta for the file sizes. If non-zero, then the file contents are not compared (since they are expected to |