MCPcopy Create free account
hub / github.com/EasyIME/PIME / test_path_args

Method test_path_args

python/python3/tornado/test/websocket_test.py:473–476  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

471
472 @gen_test
473 def test_path_args(self):
474 ws = yield self.ws_connect("/path_args/hello")
475 res = yield ws.read_message()
476 self.assertEqual(res, "hello")
477
478 @gen_test
479 def test_coroutine(self):

Callers

nothing calls this directly

Calls 2

ws_connectMethod · 0.80
read_messageMethod · 0.80

Tested by

no test coverage detected