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

Method test_empty_string

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

Source from the content-addressed store, hash-verified

82 assert skill_hash("hello") != skill_hash("world")
83
84 def test_empty_string(self) -> None:
85 h = skill_hash("")
86 assert isinstance(h, str)
87 assert len(h) == 16
88
89 def test_output_length(self) -> None:
90 h = skill_hash("some skill content here")

Callers

nothing calls this directly

Calls 1

skill_hashFunction · 0.90

Tested by

no test coverage detected