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

Function _inject_github_config

tests/test_upgrade.py:306–308  ·  view source on GitHub ↗
(monkeypatch, token_env="GH_TOKEN")

Source from the content-addressed store, hash-verified

304
305
306def _inject_github_config(monkeypatch, token_env="GH_TOKEN"):
307 from tests.auth_helpers import inject_github_config
308 inject_github_config(monkeypatch, token_env)
309
310
311class TestUserStory3:

Calls 1

inject_github_configFunction · 0.90

Tested by

no test coverage detected