From 7358802affc00c6819ccb864ecf233fbf849a806 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 15 Jul 2015 20:11:34 -0400 Subject: Move suffix logic into data.py --- tests/test_data.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/test_data.py') diff --git a/tests/test_data.py b/tests/test_data.py index a53330f..1f0aecf 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -174,9 +174,7 @@ class DataTest(DataTestHelpers, CoverageTest): apy = canonical_filename('./a.py') sub_bpy = canonical_filename('./sub/b.py') - self.assert_summary( - covdata3, { apy: 4, sub_bpy: 2, }, fullpath=True - ) + self.assert_summary(covdata3, { apy: 4, sub_bpy: 2 }, fullpath=True) self.assert_measured_files(covdata3, [apy,sub_bpy]) -- cgit v1.2.1