MCPcopy
hub / github.com/safishamsi/graphify / test_make_id_consistent

Function test_make_id_consistent

tests/test_extract.py:12–14  ·  view source on GitHub ↗

Same input always produces same output.

()

Source from the content-addressed store, hash-verified

10
11
12def test_make_id_consistent():
13 """Same input always produces same output."""
14 assert _make_id("foo", "Bar") == _make_id("foo", "Bar")
15
16
17def test_make_id_no_leading_trailing_underscores():

Callers

nothing calls this directly

Calls 1

_make_idFunction · 0.90

Tested by

no test coverage detected