Example #1
0
 def test_convert_its_RST_text_to_HTML(self):
     h = NSIInfo(history="*NSI* site rulz!", summary="Site *NSI* sinistro!")
     h.history_as_html() |should| contain('<em>NSI</em> site rulz!')
     h.summary_as_html() |should| contain('Site <em>NSI</em> sinistro!')
Example #2
0
 def test_convert_its_RST_text_to_HTML(self):
     h = NSIInfo(history="*NSI* site rulz!", summary="Site *NSI* sinistro!")
     h.history_as_html() | should | contain('<em>NSI</em> site rulz!')
     h.summary_as_html() | should | contain('Site <em>NSI</em> sinistro!')