diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-15 20:11:34 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-15 20:11:34 -0400 |
| commit | 7358802affc00c6819ccb864ecf233fbf849a806 (patch) | |
| tree | d55bdfd003cfc1dffc0b3499ce78469c3e97a4d1 /tests/test_data.py | |
| parent | b60c72f45589510b35f12c758cf1550c64da4b7f (diff) | |
| download | python-coveragepy-7358802affc00c6819ccb864ecf233fbf849a806.tar.gz | |
Move suffix logic into data.py
Diffstat (limited to 'tests/test_data.py')
| -rw-r--r-- | tests/test_data.py | 4 |
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]) |
