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

Method test_yahoo_image_size

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

Source from the content-addressed store, hash-verified

611 print "pattern.web.%s.search(type=IMAGE, size=%s)" % (api, size.upper())
612
613 def test_yahoo_image_size(self):
614 self._test_search_image_size("Yahoo", *self.api["Yahoo"])
615 def test_bing_image_size(self):
616 self._test_search_image_size("Bing", *self.api["Bing"])
617 def test_flickr_image_size(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected