コード例 #1
0
 def tearDownClass(cls):
     if cls.need_unpatch:
         gevent_un_patch_all()
コード例 #2
0
 def tearDownClass(cls):
     if is_gevent_monkey_patched():
         gevent_un_patch_all()
コード例 #3
0
 def tearDownClass(cls):
     if is_gevent_monkey_patched():
         gevent_un_patch_all()
コード例 #4
0
 def tearDownClass(cls):
     if cls.need_unpatch:
         gevent_un_patch_all()