[Gardening] ReportFormatter: tying up loose ends

This commit is contained in:
Pavol Vaskovic
2019-05-24 00:18:44 +02:00
parent b3f7996ea7
commit 007d398f4a
2 changed files with 3 additions and 5 deletions

View File

@@ -856,7 +856,7 @@ class TestReportFormatter(OldAndNewLog):
self.assertNotIn('AngryPhonebook', html)
def test_single_table_report(self):
"""Single table report has bold inline headers and no sections."""
"""Single table report has inline headers and no elaborate sections."""
self.tc.removed = [] # test handling empty section
rf = ReportFormatter(self.tc, changes_only=True, single_table=True)
markdown = rf.markdown()