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

Method test_search_yahoo

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

Source from the content-addressed store, hash-verified

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):
506 self._test_search_engine("Bing", *self.api["Bing"])
507 def test_search_twitter(self):

Callers

nothing calls this directly

Calls 1

_test_search_engineMethod · 0.95

Tested by

no test coverage detected