(self)
| 513 | def test_search_flickr(self): |
| 514 | self._test_search_engine("Flickr", *self.api["Flickr"], **{"type": web.IMAGE}) |
| 515 | def test_search_facebook(self): |
| 516 | self._test_search_engine("Facebook", *self.api["Facebook"]) |
| 517 | def test_search_products(self): |
| 518 | self._test_search_engine("Products", *self.api["Products"], **{"query": "computer"}) |
| 519 | def test_search_newsfeed(self): |
nothing calls this directly
no test coverage detected