From 81c1e72855a1aa60c55fdfc437ed3d7a145ea8f8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 15 Sep 2013 18:29:05 -0400 Subject: Satisfy pylint. --- tests/test_farm.py | 6 +++--- 1 file 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 -- cgit v1.2.1