Example #1
0
def test_text_choice_html():
    string = xml_to_html(text_xml_string)
    assert string.strip() == text_html_string.strip(), string
Example #2
0
def test_multiple_choice_html():
    string = xml_to_html(multiple_xml_string)
    assert string.strip() == multiple_html_string.strip(), string