MCPcopy Index your code
hub / github.com/github/spec-kit / _inject_github_config

Method _inject_github_config

tests/test_extensions.py:3286–3288  ·  view source on GitHub ↗
(self, monkeypatch, token_env="GH_TOKEN")

Source from the content-addressed store, hash-verified

3284 return ExtensionCatalog(project_dir)
3285
3286 def _inject_github_config(self, monkeypatch, token_env="GH_TOKEN"):
3287 from tests.auth_helpers import inject_github_config
3288 inject_github_config(monkeypatch, token_env)
3289
3290 def test_make_request_no_token_no_auth_header(self, temp_dir, monkeypatch):
3291 """Without a token, requests carry no Authorization header."""

Calls 1

inject_github_configFunction · 0.90

Tested by

no test coverage detected