MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / test_deterministic

Method test_deterministic

tests/test_normalize.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 assert all(c in "0123456789abcdef" for c in h)
85
86 def test_deterministic(self) -> None:
87 assert hash16("x") == hash16("x")
88
89 def test_different_inputs(self) -> None:
90 assert hash16("a") != hash16("b")

Callers

nothing calls this directly

Calls 1

hash16Function · 0.90

Tested by

no test coverage detected