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