MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / test_raw_call

Method test_raw_call

Test/regular/algo_test.py:216–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214 self.assertTrue(hasattr(result, "request_id"))
215
216 def test_raw_call(self):
217 result = self.client.algo('quality/echo').set_options(output=OutputType.raw).pipe("foo")
218 self.assertEqual("foo", result)
219
220 #TODO: add more coverage examples to check kwargs
221 def test_get_versions(self):

Callers

nothing calls this directly

Calls 3

pipeMethod · 0.80
set_optionsMethod · 0.80
algoMethod · 0.80

Tested by

no test coverage detected