MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / test_release_is_client_version

Function test_release_is_client_version

tests/test_telemetry.py:206–210  ·  view source on GitHub ↗
(transport)

Source from the content-addressed store, hash-verified

204
205
206def test_release_is_client_version(transport):
207 from system_config import system_config
208
209 init_with_transport(transport)
210 assert sentry_sdk.get_client().options["release"] == system_config.client_version
211
212
213def test_capture_crash_never_raises(monkeypatch):

Callers

nothing calls this directly

Calls 1

init_with_transportFunction · 0.85

Tested by

no test coverage detected