예제 #1
0
 def description_text(self):
     """Returns the description without HTML entities."""
     return strip_html(self.description)
예제 #2
0
파일: models.py 프로젝트: hackcyprus/jobber
 def description_text(self):
     """Returns the description without HTML entities."""
     return strip_html(self.description)
예제 #3
0
def test_strip_html(input, expected):
    assert utils.strip_html(input) == expected
예제 #4
0
def test_strip_html(input, expected):
    assert utils.strip_html(input) == expected