MCPcopy
hub / github.com/pallets/werkzeug / test_proxy_hash

Function test_proxy_hash

tests/test_local.py:255–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253
254
255def test_proxy_hash():
256 ns, p = _make_proxy("abc")
257 assert hash(ns.value) == hash(p)
258
259
260@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

_make_proxyFunction · 0.85

Tested by

no test coverage detected