Exemplo n.º 1
0
 def description_text(self):
     """Returns the description without HTML entities."""
     return strip_html(self.description)
Exemplo n.º 2
0
 def description_text(self):
     """Returns the description without HTML entities."""
     return strip_html(self.description)
Exemplo n.º 3
0
def test_strip_html(input, expected):
    assert utils.strip_html(input) == expected
Exemplo n.º 4
0
def test_strip_html(input, expected):
    assert utils.strip_html(input) == expected