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

Method test_exact_match

tests/test_authentication.py:290–293  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

288
289class TestFindEntriesForUrl:
290 def test_exact_match(self):
291 entry = _github_entry()
292 result = find_entries_for_url("https://github.com/org/repo", [entry])
293 assert result == [entry]
294
295 def test_wildcard_match(self):
296 entry = AuthConfigEntry(

Callers

nothing calls this directly

Calls 2

find_entries_for_urlFunction · 0.90
_github_entryFunction · 0.85

Tested by

no test coverage detected