Exemplo n.º 1
0
 def test_130p5s(self):
     assert_equal(hms_string(130.5), "0:02:10.50")
Exemplo n.º 2
0
 def test_130p5s(self):
     assert_equal(hms_string(130.5),"0:02:10.50")
Exemplo n.º 3
0
 def test_20s(self):
     assert_equal(hms_string(20), "0:00:20.00")
Exemplo n.º 4
0
 def test_20s(self):
     assert_equal(hms_string(20),"0:00:20.00")