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
commitedc6c202061f70438d2044f186df86e0886ca418 (patch)
tree77620bf00710fd83571084dceb86fed43ef15fb5 /tests/test_data.py
parenta010b46d2f575a81f5e7c4e1d4231436ac4acf2d (diff)
downloadpython-coveragepy-git-edc6c202061f70438d2044f186df86e0886ca418.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 a53330f1..1f0aecfd 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])