MCPcopy Create free account
hub / github.com/Pylons/webtest / setUp

Method setUp

tests/test_http.py:9–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7class TestServer(unittest.TestCase):
8
9 def setUp(self):
10 self.s = http.StopableWSGIServer.create(debug_app)
11
12 def test_server(self):
13 s = self.s

Callers

nothing calls this directly

Calls 1

createMethod · 0.80

Tested by

no test coverage detected