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

Method test_search_products

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

Source from the content-addressed store, hash-verified

515 def test_search_facebook(self):
516 self._test_search_engine("Facebook", *self.api["Facebook"])
517 def test_search_products(self):
518 self._test_search_engine("Products", *self.api["Products"], **{"query": "computer"})
519 def test_search_newsfeed(self):
520 for feed, url in web.feeds.items():
521 self._test_search_engine("Newsfeed", url, None, web.Newsfeed, query=url, type=web.NEWS)

Callers

nothing calls this directly

Calls 1

_test_search_engineMethod · 0.95

Tested by

no test coverage detected