MCPcopy Create free account
hub / github.com/anthropics/defending-code-reference-harness / _clear_auth

Function _clear_auth

tests/test_cli_auth.py:16–18  ·  view source on GitHub ↗
(monkeypatch)

Source from the content-addressed store, hash-verified

14
15@pytest.fixture(autouse=True)
16def _clear_auth(monkeypatch):
17 for v in AUTH_VARS:
18 monkeypatch.delenv(v, raising=False)
19
20
21def test_api_key(monkeypatch):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected