Example #1
0
 def test_shutdown(self):
     flexmock(
         IOLoop.instance()).should_receive('stop').and_return().times(1)
     shutdown()
Example #2
0
 def test_shutdown(self):
   flexmock(IOLoop.instance()).should_receive('stop').and_return().times(1)
   shutdown()