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

Method test_results_yahoo

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

Source from the content-addressed store, hash-verified

550 def test_results_google(self):
551 self._test_results("Google", *self.api["Google"])
552 def test_results_yahoo(self):
553 self._test_results("Yahoo", *self.api["Yahoo"])
554 def test_results_yahoo_images(self):
555 self._test_results("Yahoo", *self.api["Yahoo"], **{"type": web.IMAGE, "baseline": [6,6,0,6]})
556 def test_results_yahoo_news(self):

Callers

nothing calls this directly

Calls 1

_test_resultsMethod · 0.95

Tested by

no test coverage detected