Esempio n. 1
0
 def test_with_hours(self):
     self.assertEqual("1:02 h", timekeeper.duration(1 * 60 + 2))
Esempio n. 2
0
 def test_no_hours(self):
     self.assertEqual("0:12 h", timekeeper.duration(12))