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

Method test_results_bing

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

Source from the content-addressed store, hash-verified

556 def test_results_yahoo_news(self):
557 self._test_results("Yahoo", *self.api["Yahoo"], **{"type": web.NEWS})
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):

Callers

nothing calls this directly

Calls 1

_test_resultsMethod · 0.95

Tested by

no test coverage detected