MCPcopy Index your code
hub / github.com/crewAIInc/crewAI / setUp

Method setUp

lib/cli/tests/test_plus_api.py:11–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class TestPlusAPI(unittest.TestCase):
11 def setUp(self):
12 self.api_key = "test_api_key"
13 self.api = PlusAPI(self.api_key)
14 self.org_uuid = "test-org-uuid"
15
16 def test_init(self):
17 self.assertEqual(self.api.api_key, self.api_key)

Callers

nothing calls this directly

Calls 1

PlusAPIClass · 0.90

Tested by

no test coverage detected