示例#1
0
 def test_to_html(self):
     interval = HTMLInterval(raw='Interval')
     self.assertEqual('Interval', interval.to_html())
示例#2
0
 def test_to_html(self):
     interval = HTMLInterval(raw='Interval')
     self.assertEqual('Interval', interval.to_html())