def test_main():
if imp.lock_held():
# If the import lock is held, the threads will hang
raise unittest.SkipTest("can't run when import lock is held")
test.test_support.run_unittest(SocketServerTest)
test_socketserver.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录