Пример #1
0
 def test_utc_from_string(self):
     for date, timestamp, _ in self.combinations:
         self.assertEqual(clock.utc_from_string(date), timestamp)
Пример #2
0
 def test_utc_from_string(self):
     for date, timestamp, _ in self.combinations:
         self.assertEqual(clock.utc_from_string(date), timestamp)
Пример #3
0
 def test_utc_to_gps(self):
     for date, _, _ in self.combinations:
         self.assertEqual(clock.utc_to_gps(clock.utc_from_string(date)),
                          clock.gps_from_string(date))
Пример #4
0
 def test_utc_to_gps(self):
     for date, _, _ in self.combinations:
         self.assertEqual(clock.utc_to_gps(clock.utc_from_string(date)),
                          clock.gps_from_string(date))