Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pylons/webtest
/ test_request_obj
Method
test_request_obj
tests/test_debugapp.py:114–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
==
"Application had errors logged:\nsomelogs"
113
114
def
test_request_obj(self):
115
res = self.app.get(
'/'
)
116
res = self.app.request(res.request)
117
118
def
test_showbrowser(self):
119
open_new = webbrowser.open_new
Callers
nothing calls this directly
Calls
2
request
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected