summaryrefslogtreecommitdiff
path: root/tests/test_parser.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-02-15 12:30:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-02-15 12:30:31 -0500
commit1f0e50cdf60d38aa73e9eac8d3fdaf71061749ff (patch)
tree2671c278c997b476102e64fb64c76a749a2b0f12 /tests/test_parser.py
parentd77a0119140a42a848e21f3f13005bf63c7cad53 (diff)
downloadpython-coveragepy-1f0e50cdf60d38aa73e9eac8d3fdaf71061749ff.tar.gz
Pick off some lint
Diffstat (limited to 'tests/test_parser.py')
-rw-r--r--tests/test_parser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_parser.py b/tests/test_parser.py
index 1be5e16..0ede10b 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -224,7 +224,8 @@ class ParserMissingArcDescriptionTest(CoverageTest):
)
self.assertEqual(
parser.missing_arc_description(6, -5),
- "line 6 didn't return from function 'func5', because the loop on line 6 didn't complete"
+ "line 6 didn't return from function 'func5', "
+ "because the loop on line 6 didn't complete"
)
self.assertEqual(
parser.missing_arc_description(6, 7),