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

Method test_search_wikipedia

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

Source from the content-addressed store, hash-verified

507 def test_search_twitter(self):
508 self._test_search_engine("Twitter", *self.api["Twitter"])
509 def test_search_wikipedia(self):
510 self._test_search_engine("Wikipedia", *self.api["Wikipedia"])
511 def test_search_wikia(self):
512 self._test_search_engine("Wikia", *self.api["Wikia"], **{"query": "games"})
513 def test_search_flickr(self):

Callers

nothing calls this directly

Calls 1

_test_search_engineMethod · 0.95

Tested by

no test coverage detected