MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / test_resources_exposed

Function test_resources_exposed

sdks/python/tests/test_v1_client.py:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122
123
124def test_resources_exposed():
125 c = _client()
126 for name in ("agents", "messages", "conversations", "domains", "events", "webhooks", "account", "reviews"):
127 assert getattr(c, name) is not None
128 assert c.account.suppressions is not None
129
130
131# ── auth + agents ───────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 1

_clientFunction · 0.85

Tested by

no test coverage detected