Skip to content

Commit 70396be

Browse files
author
buildbot
committed
Updated test
- Legacy-Id: 9241
1 parent cedb115 commit 70396be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/utils/management/commands/tests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_coverage_change(self):
4848
"coverage": 0.5921474057048117,
4949
"covered": {
5050
"ietf/api": 0.65,
51-
"ietf/community/constants": 50,
51+
"ietf/community/constants": 0.50,
5252
"ietf/dbtemplate/forms": 0.4782608695652174
5353
}
5454
},
@@ -78,10 +78,11 @@ def test_coverage_change(self):
7878
output = StringIO()
7979
call_command('coverage_changes', master, latest, stdout=output)
8080
text = output.getvalue()
81+
8182
for l in [
8283
r"admin/group/group/change_form.html False True",
8384
r"^api/v1/?$ True False",
8485
r"^community/personal/$ False True",
85-
r"ietf/community/constants - 50.00",
86+
r"ietf/community/constants - 50.0 %",
8687
]:
8788
self.assertTrue(l in text, msg="Missing line in coverage_change output:\n'%s'\n"%l)

0 commit comments

Comments
 (0)