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

Method test_jsrender_https_html

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

Source from the content-addressed store, hash-verified

603
604 @https_only
605 def test_jsrender_https_html(self):
606 self.assertSameHtml(self.ts.mockserver.https_url("jsrender"))
607
608 def test_jsalert_html(self):
609 self.assertSameHtml(self.mockurl("jsalert"), {'timeout': 3})

Callers

nothing calls this directly

Calls 2

assertSameHtmlMethod · 0.95
https_urlMethod · 0.80

Tested by

no test coverage detected