From 8a745e7b1820db4642f45893655207b9ef1acf97 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 21 Aug 2011 19:25:07 -0400 Subject: Cleanups for lint and older Pythons --- test/test_data.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/test_data.py') diff --git a/test/test_data.py b/test/test_data.py index 5d0d400..5ad2f44 100644 --- a/test/test_data.py +++ b/test/test_data.py @@ -143,5 +143,7 @@ class DataTest(CoverageTest): aliases.add("/home/ned/proj/src/", "./") aliases.add(r"c:\ned\test", "./") covdata3.combine_parallel_data(aliases=aliases) - self.assert_summary(covdata3, { './a.py':4, './sub/b.py':2 }, fullpath=True) + self.assert_summary( + covdata3, { './a.py':4, './sub/b.py':2 }, fullpath=True + ) self.assert_measured_files(covdata3, [ './a.py', './sub/b.py' ]) -- cgit v1.2.1