(self)
| 499 | print "pattern.web.%s.search()" % api |
| 500 | |
| 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): |
nothing calls this directly
no test coverage detected