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