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

Function api_key

tts/tts-python-quickstart/test_app.py:119–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117
118@pytest.fixture(scope="module")
119def api_key():
120 api_key = os.getenv("TEST_HUME_API_KEY") or os.getenv("HUME_API_KEY")
121 if not api_key:
122 pytest.skip("API key is required. Set TEST_HUME_API_KEY or HUME_API_KEY.")
123 return api_key
124
125
126@pytest.fixture(scope="function")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected