(self, splash, params)
| 1156 | |
| 1157 | class DisabledEnginesTest(BaseRenderTest): |
| 1158 | def _request_html(self, splash, params): |
| 1159 | return requests.get(splash.url('render.html'), params=params, timeout=3.0) |
| 1160 | |
| 1161 | def test_browser_engines_webkit_disabled(self): |
| 1162 | with SplashServer(extra_args=['--browser-engines', 'chromium']) as splash: |
no test coverage detected