Example #1
0
 def test_130p5s(self):
     assert_equal(hms_string(130.5), "0:02:10.50")
Example #2
0
 def test_130p5s(self):
     assert_equal(hms_string(130.5),"0:02:10.50")
Example #3
0
 def test_20s(self):
     assert_equal(hms_string(20), "0:00:20.00")
Example #4
0
 def test_20s(self):
     assert_equal(hms_string(20),"0:00:20.00")