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

Method test_search_bing

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

Source from the content-addressed store, hash-verified

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):
508 self._test_search_engine("Twitter", *self.api["Twitter"])
509 def test_search_wikipedia(self):

Callers

nothing calls this directly

Calls 1

_test_search_engineMethod · 0.95

Tested by

no test coverage detected