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

Method test_deterministic

tests/test_session.py:23–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 assert derive_session_id(messages) is None
22
23 def test_deterministic(self) -> None:
24 messages = [{"role": "user", "content": "test prompt"}]
25 assert derive_session_id(messages) == derive_session_id(messages)
26
27
28class TestDeriveSessionIdRegression:

Callers

nothing calls this directly

Calls 1

derive_session_idFunction · 0.90

Tested by

no test coverage detected