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

Method test_algo_exists

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

Source from the content-addressed store, hash-verified

45 self.assertEqual({"foo": "bar"}, result.result)
46
47 def test_algo_exists(self):
48 result = self.client.algo('quality/echo').exists()
49 self.assertEqual(True, result)
50
51 def test_algo_no_exists(self):
52 result = self.client.algo('quality/not_echo').exists()

Callers

nothing calls this directly

Calls 2

algoMethod · 0.80
existsMethod · 0.45

Tested by

no test coverage detected