(self)
| 509 | def test_search_wikipedia(self): |
| 510 | self._test_search_engine("Wikipedia", *self.api["Wikipedia"]) |
| 511 | def test_search_wikia(self): |
| 512 | self._test_search_engine("Wikia", *self.api["Wikia"], **{"query": "games"}) |
| 513 | def test_search_flickr(self): |
| 514 | self._test_search_engine("Flickr", *self.api["Flickr"], **{"type": web.IMAGE}) |
| 515 | def test_search_facebook(self): |
nothing calls this directly
no test coverage detected