diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-30 15:51:08 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-30 15:51:08 -0500 |
| commit | 3511f6b7a95129ac216d3f547ea94293c80da92e (patch) | |
| tree | e4fe0457662a3153ee4a8bdce3d507b8c145b2e4 /tests/test_plugins.py | |
| parent | 75cdf38508c2a9f5d0872905feaea14d206ac613 (diff) | |
| parent | 903d797950b0d9c8a96bab36e246121c6143b675 (diff) | |
| download | python-coveragepy-3511f6b7a95129ac216d3f547ea94293c80da92e.tar.gz | |
Merged who-tests-what-170
Diffstat (limited to 'tests/test_plugins.py')
| -rw-r--r-- | tests/test_plugins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 54f26a7..2129076 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -416,7 +416,7 @@ class GoodPluginTest(FileTracerTest): 'bar_4.html 4 2 0 0 50% 1, 4', 'foo_7.html 7 5 0 0 29% 1-3, 6-7', '--------------------------------------------------------', - 'TOTAL 11 7 0 0 36% ', + 'TOTAL 11 7 0 0 36%', ] self.assertEqual(report, expected) self.assertAlmostEqual(total, 36.36, places=2) |
