(self)
| 550 | def test_results_google(self): |
| 551 | self._test_results("Google", *self.api["Google"]) |
| 552 | def test_results_yahoo(self): |
| 553 | self._test_results("Yahoo", *self.api["Yahoo"]) |
| 554 | def test_results_yahoo_images(self): |
| 555 | self._test_results("Yahoo", *self.api["Yahoo"], **{"type": web.IMAGE, "baseline": [6,6,0,6]}) |
| 556 | def test_results_yahoo_news(self): |
nothing calls this directly
no test coverage detected