Exemplo n.º 1
0
 def test_timer_Start(self):
     tmr = Timer()
     tmr.On = False
     tmr.Start()
     self.assertEqual(tmr.On, True)