MCPcopy
hub / github.com/coderamp-labs/gitingest / test_validate_github_token_valid

Function test_validate_github_token_valid

tests/test_git_utils.py:35–38  ·  view source on GitHub ↗

validate_github_token should accept properly-formatted tokens.

(token: str)

Source from the content-addressed store, hash-verified

33 ],
34)
35def test_validate_github_token_valid(token: str) -> None:
36 """validate_github_token should accept properly-formatted tokens."""
37 # Should not raise any exception
38 validate_github_token(token)
39
40
41@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

validate_github_tokenFunction · 0.90

Tested by

no test coverage detected