MCPcopy
hub / github.com/tornadoweb/tornado / test_simple

Method test_simple

tornado/test/wsgi_test.py:67–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 return None
66
67 def test_simple(self):
68 response = self.fetch("/simple")
69 self.assertEqual(response.body, b"Hello world!")
70
71 @gen_test
72 async def test_concurrent_barrier(self):

Callers

nothing calls this directly

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected