MCPcopy Create free account
hub / github.com/microsoft/SkillOpt / test_deterministic

Method test_deterministic

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

Source from the content-addressed store, hash-verified

76 """skill_hash — a short, deterministic hash of skill content."""
77
78 def test_deterministic(self) -> None:
79 assert skill_hash("hello") == skill_hash("hello")
80
81 def test_different_input_produces_different_hash(self) -> None:
82 assert skill_hash("hello") != skill_hash("world")

Callers

nothing calls this directly

Calls 1

skill_hashFunction · 0.90

Tested by

no test coverage detected