MCPcopy Create free account
hub / github.com/HumeAI/hume-api-examples / api_key

Function api_key

evi/evi-python-quickstart/test_quickstart.py:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20@pytest.fixture(scope="module")
21def api_key():
22 api_key = os.getenv("TEST_HUME_API_KEY") or os.getenv("HUME_API_KEY")
23 if not api_key:
24 pytest.skip("API key is required. Set TEST_HUME_API_KEY or HUME_API_KEY.")
25 return api_key
26
27
28@pytest.fixture(scope="function")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected