MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / test_eq_blocking

Function test_eq_blocking

test/mitmproxy/proxy/test_tutils.py:131–137  ·  view source on GitHub ↗

_eq should not consider differences in .blocking

()

Source from the content-addressed store, hash-verified

129
130
131def test_eq_blocking():
132 """_eq should not consider differences in .blocking"""
133 a = TCommand()
134 a.blocking = True
135 b = TCommand()
136 b.blocking = False
137 assert tutils._eq(a, b)
138
139
140def test_eq_placeholder():

Callers

nothing calls this directly

Calls 1

TCommandClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…