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

Method test_get_environment

Test/regular/CLI_test.py:233–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 self.assertEqual(resultT, bearer)
232
233 def test_get_environment(self):
234 result = CLI().get_environment_by_language("python2", self.client)
235 print(result)
236 if ("error" in result):
237 print(result)
238 self.assertTrue(result is not None and "display_name" in result)
239
240 def test_list_languages(self):
241 result = CLI().list_languages(self.client)

Callers

nothing calls this directly

Calls 2

CLIClass · 0.90

Tested by

no test coverage detected