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

Method setUp

tests/test_app.py:663–665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

661class TestWSGIProxy(unittest.TestCase):
662
663 def setUp(self):
664 self.s = http.StopableWSGIServer.create(debug_app)
665 self.s.wait()
666
667 def test_proxy_with_url(self):
668 app = webtest.TestApp(self.s.application_url)

Callers

nothing calls this directly

Calls 2

createMethod · 0.80
waitMethod · 0.80

Tested by

no test coverage detected