Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgentOps-AI/agentops
/ setUp
Method
setUp
app/e2e/sdk-api/src/test_multi_agent.py:36–39 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
34
35
@classmethod
36
def
setUp(cls):
37
agentops.start_session()
38
cls.qa = QaAgent()
39
cls.engineer = EngineerAgent()
40
41
@classmethod
42
async
def
asyncTearDown(cls):
Callers
nothing calls this directly
Calls
3
QaAgent
Class · 0.90
EngineerAgent
Class · 0.90
start_session
Method · 0.45
Tested by
no test coverage detected