Exemplo n.º 1
0
 def test_disabled_till(self):
     Till.enabled = False
     t = Till(seconds=10000000) # ONCE THE Till DAEMON IS DOWN, ALL TIMING SIGNALS ARE A go()!
     t.wait()
Exemplo n.º 2
0
 def test_disabled_till(self):
     till.enabled = Signal()
     t = Till(seconds=10000000)  # ALL NEW TIMING SIGNALS ARE A go()!
     t.wait()
     till.enabled.go()