MCPcopy Index your code
hub / github.com/rawpython/remi / MockRequest

Class MockRequest

test/mock_server_and_request.py:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class MockRequest(object):
12 def makefile(self, *args, **kwargs):
13 return IO(b"GET / HTTP/1.0")
14
15 def getsockname(self):
16 return '/'
17
18 def sendall(self, *args):
19 pass
20
21
22class MockServer(object):

Callers 15

test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85

Calls

no outgoing calls

Tested by 15

test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68