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 | 2ea7f7bcd43fc000646e65bb1ef51075c5cefc47 (patch) | |
tree | b44e0e346e0003eb71ac85a8eaf0e3d050d9aca5 /tests | |
parent | db679ea31c10baf93410ed352dd82b83d4e3e53e (diff) | |
download | python-coveragepy-2ea7f7bcd43fc000646e65bb1ef51075c5cefc47.tar.gz |
Satisfy pylint.
Diffstat (limited to 'tests')
-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 e514e66..fee2806 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 |