summaryrefslogtreecommitdiff
path: root/tests/test_plugins.py
diff options
context:
space:
mode:
authorJudson Neer <judson.neer@gmail.com>2021-01-05 08:53:19 -0800
committerNed Batchelder <ned@nedbatchelder.com>2021-01-06 13:50:13 -0500
commit051bdf23b5d86a15ada43523c00f8f3462063ad6 (patch)
tree5a726432bb9793a1fef67bb827402667c6ff5763 /tests/test_plugins.py
parent7ff93a9740da5dec4eba6c6cad288d25a472d75a (diff)
downloadpython-coveragepy-git-051bdf23b5d86a15ada43523c00f8f3462063ad6.tar.gz
Always output TOTAL line.
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r--tests/test_plugins.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py
index 1f224695..813d370e 100644
--- a/tests/test_plugins.py
+++ b/tests/test_plugins.py
@@ -522,6 +522,8 @@ class GoodFileTracerTest(FileTracerTest):
'Name Stmts Miss Cover Missing',
'-----------------------------------------------',
'unsuspecting.py 6 3 50% 2, 4, 6',
+ '-----------------------------------------------',
+ 'TOTAL 6 3 50%',
]
self.assertEqual(expected, report)
self.assertEqual(total, 50)