File tree Expand file tree Collapse file tree
ietf/utils/management/commands Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments