Exemplo n.º 1
0
 def test_signal_handler(self):
     flexmock(IOLoop.instance()).should_receive('add_callback').and_return()\
       .times(1)
     signal_handler(15, None)
Exemplo n.º 2
0
 def test_signal_handler(self):
   flexmock(IOLoop.instance()).should_receive('add_callback').and_return()\
     .times(1)
   signal_handler(15, None)