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

Method test_get_org

Test/regular/client_test.py:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self.assertEqual(self.admin_org_name, response[u'org_name'])
52
53 def test_get_org(self):
54 response = self.client.get_org("a_myOrg84")
55 self.assertEqual("a_myOrg84", response['org_name'])
56
57 def test_get_environment(self):
58 response = self.client.get_environment("python2")

Callers

nothing calls this directly

Calls 1

get_orgMethod · 0.80

Tested by

no test coverage detected