Пример #1
0
 def test_130p5s(self):
     assert_equal(hms_string(130.5), "0:02:10.50")
Пример #2
0
 def test_130p5s(self):
     assert_equal(hms_string(130.5),"0:02:10.50")
Пример #3
0
 def test_20s(self):
     assert_equal(hms_string(20), "0:00:20.00")
Пример #4
0
 def test_20s(self):
     assert_equal(hms_string(20),"0:00:20.00")