(self, ts2, query, endpoint='render.html')
| 147 | class HtmlProxyDefaultProfileTest(BaseHtmlProxyTest): |
| 148 | |
| 149 | def ts2_request(self, ts2, query, endpoint='render.html'): |
| 150 | url = "http://localhost:%s/%s" % (ts2.splashserver.portnum, endpoint) |
| 151 | return requests.get(url, params=query) |
| 152 | |
| 153 | def create_default_ini(self, ts2): |
| 154 | src = os.path.join(ts2.proxy_profiles_path, 'test.ini') |
no test coverage detected