(self)
| 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}) |
nothing calls this directly
no test coverage detected