def test_update_infinit(self): #remove this for normal testing monitor = Monitor(PL) while True: time.sleep(.2) monitor.update()
def test_update(self): monitor = Monitor(PL) monitor.update()