MCPcopy Create free account
hub / github.com/scrapinghub/splash / test_ok_https

Method test_ok_https

splash/tests/test_render.py:404–405  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

402
403 @https_only
404 def test_ok_https(self):
405 self._test_ok(self.ts.mockserver.https_url("jsrender"))
406
407 def _test_ok(self, url):
408 r = self.request({"url": url})

Callers

nothing calls this directly

Calls 2

_test_okMethod · 0.95
https_urlMethod · 0.80

Tested by

no test coverage detected