MCPcopy Index your code
hub / github.com/clips/pattern / test_search_google

Method test_search_google

test/test_web.py:501–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_test_search_engineMethod · 0.95

Tested by

no test coverage detected