Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mnexa-AI/e2a
/ test_requires_api_key
Function
test_requires_api_key
sdks/python/tests/test_v1_client.py:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
# ── construction ────────────────────────────────────────────────────
118
119
def
test_requires_api_key():
120
with
pytest.raises(E2AError, match=
"api_key is required"
):
121
E2AClient(base_url=BASE)
122
123
124
def
test_resources_exposed():
Callers
nothing calls this directly
Calls
1
E2AClient
Class · 0.90
Tested by
no test coverage detected