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