Пример #1
0
 def test_fromTime(self):
     c = Clock()
     c.from_time(time.time())
Пример #2
0
 def test_getTime(self):
     c = Clock()
     c.get_time()
Пример #3
0
 def test_nightTime(self):
     c = Clock()
     c.nighttime()
Пример #4
0
 def test_initClock(self):
     '''
     Test clock initialization
     '''
     c = Clock()