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

Method test_search_flickr

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

Source from the content-addressed store, hash-verified

511 def test_search_wikia(self):
512 self._test_search_engine("Wikia", *self.api["Wikia"], **{"query": "games"})
513 def test_search_flickr(self):
514 self._test_search_engine("Flickr", *self.api["Flickr"], **{"type": web.IMAGE})
515 def test_search_facebook(self):
516 self._test_search_engine("Facebook", *self.api["Facebook"])
517 def test_search_products(self):

Callers

nothing calls this directly

Calls 1

_test_search_engineMethod · 0.95

Tested by

no test coverage detected