forked from openlp/openlp
Remove testing verbosity flag
This commit is contained in:
parent
5fe54b5907
commit
828741ec84
@ -256,8 +256,6 @@ class Htmbuilder(TestCase, TestMixin):
|
|||||||
# WHEN: Create the html.
|
# WHEN: Create the html.
|
||||||
html = build_html(item, screen, is_live, background, plugins=plugins)
|
html = build_html(item, screen, is_live, background, plugins=plugins)
|
||||||
|
|
||||||
self.maxDiff = None
|
|
||||||
|
|
||||||
# THEN: The returned html should match.
|
# THEN: The returned html should match.
|
||||||
self.assertEqual(html, HTML, 'The returned html should match')
|
self.assertEqual(html, HTML, 'The returned html should match')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user