(self)
| 548 | print "pattern.web.%s.Result(type=%s)" % (api, type.upper()) |
| 549 | |
| 550 | def test_results_google(self): |
| 551 | self._test_results("Google", *self.api["Google"]) |
| 552 | def test_results_yahoo(self): |
| 553 | self._test_results("Yahoo", *self.api["Yahoo"]) |
| 554 | def test_results_yahoo_images(self): |
nothing calls this directly
no test coverage detected