blob: a284abd9cf6a584d11db5fa7fd859386a8e946ff (
plain)
1
2
3
4
5
6
7
8
9
|
# no standard tests in this file, ignore
__test__ = False
if __name__ == '__main__':
import eventlet
eventlet.monkey_patch(time=False, thread=True)
import patcher_test_tpool_util
patcher_test_tpool_util.check_tpool_patched()
|