forked from openlp/openlp
clean up
This commit is contained in:
parent
f1009fbc18
commit
ffe0ccb625
@ -12,7 +12,7 @@ from openlp.core.lib.htmlbuilder import build_html, build_background_css, build_
|
|||||||
from openlp.core.lib.theme import HorizontalType, VerticalType
|
from openlp.core.lib.theme import HorizontalType, VerticalType
|
||||||
|
|
||||||
|
|
||||||
BUILD_HTML = """
|
HTML = """
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@ -225,7 +225,7 @@ class Htmbuilder(TestCase):
|
|||||||
html = build_html(item, screen, is_live, background, plugins=plugins)
|
html = build_html(item, screen, is_live, background, plugins=plugins)
|
||||||
|
|
||||||
# THEN: The returned html should match.
|
# THEN: The returned html should match.
|
||||||
assert html == BUILD_HTML
|
assert html == HTML
|
||||||
|
|
||||||
def build_background_css_radial_test(self):
|
def build_background_css_radial_test(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user