Beispiel #1
0
 def test_fmt_hms(self):
     ang = VAngle(15.0)
     _str = ang.fmt_hms()
     self.assertEqual(_str, u"01:00:00.0000h")
Beispiel #2
0
 def test_fmt_hms(self):
     ang = VAngle(15.0)
     _str = ang.fmt_hms()
     self.assertEqual(_str, u"01:00:00.0000h")