MCPcopy Index your code
hub / github.com/python/cpython / test_plain_hello

Method test_plain_hello

Lib/test/test_wsgiref.py:120–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 )
119
120 def test_plain_hello(self):
121 out, err = run_amock()
122 self.check_hello(out)
123
124 def test_environ(self):
125 request = (

Callers

nothing calls this directly

Calls 2

check_helloMethod · 0.95
run_amockFunction · 0.85

Tested by

no test coverage detected