def test_error_in_on_message(self):
ws = yield self.ws_connect('/error_in_on_message')
ws.write_message('hello')
with ExpectLog(app_log, "Uncaught exception"):
response = yield ws.read_message()
self.assertIs(response, None)
yield self.close(ws)
websocket_test.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录