Пример #1
0
 def test_update_infinit(self):
     #remove this for normal testing
     monitor = Monitor(PL)
     while True:
         time.sleep(.2)
         monitor.update()
Пример #2
0
 def test_update(self):
     monitor = Monitor(PL)
     monitor.update()