MCPcopy Index your code
hub / github.com/scrapinghub/splash / test_jsrender_https

Method test_jsrender_https

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

Source from the content-addressed store, hash-verified

244
245 @https_only
246 def test_jsrender_https(self):
247 self._test_jsrender(self.ts.mockserver.https_url("jsrender"))
248
249 def _test_jsrender(self, url):
250 r = self.request({"url": url})

Callers

nothing calls this directly

Calls 2

_test_jsrenderMethod · 0.95
https_urlMethod · 0.80

Tested by

no test coverage detected