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

Method test_bing_image_size

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

Source from the content-addressed store, hash-verified

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):
618 self._test_search_image_size("Flickr", *self.api["Flickr"])
619

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected