(self)
| 501 | def test_search_google(self): |
| 502 | self._test_search_engine("Google", *self.api["Google"]) |
| 503 | def test_search_yahoo(self): |
| 504 | self._test_search_engine("Yahoo", *self.api["Yahoo"]) |
| 505 | def test_search_bing(self): |
| 506 | self._test_search_engine("Bing", *self.api["Bing"]) |
| 507 | def test_search_twitter(self): |
nothing calls this directly
no test coverage detected