MCPcopy Create free account
hub / github.com/clips/pattern / test_results_bing_images

Method test_results_bing_images

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

Source from the content-addressed store, hash-verified

558 def test_results_bing(self):
559 self._test_results("Bing", *self.api["Bing"])
560 def test_results_bing_images(self):
561 self._test_results("Bing", *self.api["Bing"], **{"type": web.IMAGE, "baseline": [6,6,0,6]})
562 def test_results_bing_news(self):
563 self._test_results("Bing", *self.api["Bing"], **{"type": web.NEWS})
564 def test_results_twitter(self):

Callers

nothing calls this directly

Calls 1

_test_resultsMethod · 0.95

Tested by

no test coverage detected