MCPcopy
hub / github.com/cherrypy/cherrypy / getPage

Method getPage

cherrypy/test/helper.py:309–313  ·  view source on GitHub ↗

Open the url.

(self, url, *args, **kwargs)

Source from the content-addressed store, hash-verified

307 sys.exit()
308
309 def getPage(self, url, *args, **kwargs):
310 """Open the url."""
311 if self.script_name:
312 url = httputil.urljoin(self.script_name, url)
313 return webtest.WebCase.getPage(self, url, *args, **kwargs)
314
315 def skip(self, msg='skipped '):
316 pytest.skip(msg)

Callers 15

test_gcMethod · 0.95
testProxyMethod · 0.80
testPublicMethod · 0.80
testBasicMethod · 0.80
testBasic2Method · 0.80
testBasic2_uMethod · 0.80
testHookErrorsMethod · 0.80
testEndRequestOnDropMethod · 0.80
testGuaranteedHooksMethod · 0.80
testCombinedToolsMethod · 0.80
testBareHooksMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_gcMethod · 0.76
testProxyMethod · 0.64
testPublicMethod · 0.64
testBasicMethod · 0.64
testBasic2Method · 0.64
testBasic2_uMethod · 0.64
testHookErrorsMethod · 0.64
testEndRequestOnDropMethod · 0.64
testGuaranteedHooksMethod · 0.64
testCombinedToolsMethod · 0.64
testBareHooksMethod · 0.64