MCPcopy Create free account
hub / github.com/hynek/structlog / test_proxies_bind

Method test_proxies_bind

tests/test_stdlib.py:350–356  ·  view source on GitHub ↗

Bind calls the correct bind.

(self)

Source from the content-addressed store, hash-verified

348 )
349
350 def test_proxies_bind(self):
351 """
352 Bind calls the correct bind.
353 """
354 bl = build_bl().bind(a=42)
355
356 assert {"a": 42} == get_context(bl)
357
358 def test_proxies_new(self):
359 """

Callers

nothing calls this directly

Calls 3

get_contextFunction · 0.90
build_blFunction · 0.70
bindMethod · 0.45

Tested by

no test coverage detected