def skip_if_twisted():
if IOLoop.configured_class().__name__.endswith('TwistedIOLoop'):
raise unittest.SkipTest("Process tests not compatible with TwistedIOLoop")
# Not using AsyncHTTPTestCase because we need control over the IOLoop.
process_test.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录