summaryrefslogtreecommitdiff
path: root/tests/test_data.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-15 20:11:34 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-15 20:11:34 -0400
commit7358802affc00c6819ccb864ecf233fbf849a806 (patch)
treed55bdfd003cfc1dffc0b3499ce78469c3e97a4d1 /tests/test_data.py
parentb60c72f45589510b35f12c758cf1550c64da4b7f (diff)
downloadpython-coveragepy-7358802affc00c6819ccb864ecf233fbf849a806.tar.gz
Move suffix logic into data.py
Diffstat (limited to 'tests/test_data.py')
-rw-r--r--tests/test_data.py4
1 files changed, 1 insertions, 3 deletions
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])