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

Method test_flickr_image_size

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

Source from the content-addressed store, hash-verified

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
620 def test_wikipedia_list(self):
621 # Assert WikipediaArticle.list(), an iterator over all article titles.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected