Exemple #1
0
 def to_html(self,d):
     return "<html><head><title>tasty</title><body>" + htmlify(sqlobject_to_strings(d)) + "</body>"
Exemple #2
0
 def test_htmlify(self):
     assert htmlify(('a','b')) == '<span class="a">b</span>'
     assert htmlify(1) == '1'