(self)
| 556 | def test_results_yahoo_news(self): |
| 557 | self._test_results("Yahoo", *self.api["Yahoo"], **{"type": web.NEWS}) |
| 558 | def test_results_bing(self): |
| 559 | self._test_results("Bing", *self.api["Bing"]) |
| 560 | def test_results_bing_images(self): |
| 561 | self._test_results("Bing", *self.api["Bing"], **{"type": web.IMAGE, "baseline": [6,6,0,6]}) |
| 562 | def test_results_bing_news(self): |
nothing calls this directly
no test coverage detected