MCPcopy Create free account
hub / github.com/algorithmiaio/algorithmia-python / test_raw_call

Method test_raw_call

Test/self_signed/algo_test.py:35–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.assertTrue(hasattr(result, "request_id"))
34
35 def test_raw_call(self):
36 result = self.client.algo('quality/echo').set_options(output=OutputType.raw).pipe("foo")
37 self.assertEquals("foo", result)
38
39 def test_dict_call(self):
40 result = self.client.algo('quality/echo').pipe({"foo": "bar"})

Callers

nothing calls this directly

Calls 3

pipeMethod · 0.80
set_optionsMethod · 0.80
algoMethod · 0.80

Tested by

no test coverage detected