MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / mock_client

Function mock_client

tests/fixtures/client.py:18–21  ·  view source on GitHub ↗
(reset_client)

Source from the content-addressed store, hash-verified

16
17@pytest.fixture(autouse=True)
18def mock_client(reset_client):
19 # Resets the client with a clear env
20 Client()
21 yield

Callers

nothing calls this directly

Calls 1

ClientClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…