MCPcopy Index your code
hub / github.com/microsoft/SkillOpt / test_unicode_content

Method test_unicode_content

tests/test_scoring.py:97–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 assert all(c in "0123456789abcdef" for c in h)
96
97 def test_unicode_content(self) -> None:
98 h1 = skill_hash("cafe")
99 h2 = skill_hash("cafe")
100 assert h1 == h2
101
102 def test_multiline_content(self) -> None:
103 content = "line1\nline2\nline3"

Callers

nothing calls this directly

Calls 1

skill_hashFunction · 0.90

Tested by

no test coverage detected