Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ test_different_inputs
Method
test_different_inputs
tests/test_normalize.py:89–90 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
87
assert hash16(
"x"
) == hash16(
"x"
)
88
89
def
test_different_inputs(self) -> None:
90
assert hash16(
"a"
) != hash16(
"b"
)
91
92
93
class
TestNormalizeMessagesToHashes:
Callers
nothing calls this directly
Calls
1
hash16
Function · 0.90
Tested by
no test coverage detected