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

Method test_normal_call

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

Source from the content-addressed store, hash-verified

26
27
28 def test_normal_call(self):
29 result = self.client.algo('quality/echo').pipe("foo")
30 self.assertEqual("text", result.metadata.content_type)
31 self.assertEqual("foo", result.result)
32
33 def test_async_call(self):
34 result = self.client.algo('quality/echo').set_options(output=OutputType.void).pipe("foo")

Callers

nothing calls this directly

Calls 2

pipeMethod · 0.80
algoMethod · 0.80

Tested by

no test coverage detected