Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
661
class
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
create
Method · 0.80
wait
Method · 0.80
Tested by
no test coverage detected