MCPcopy
hub / github.com/mitmproxy/mitmproxy / test_simple

Function test_simple

test/mitmproxy/proxy/test_tutils.py:48–53  ·  view source on GitHub ↗
(tplaybook)

Source from the content-addressed store, hash-verified

46
47
48def test_simple(tplaybook):
49 tplaybook >> TEvent()
50 tplaybook << TCommand()
51 tplaybook >> TEvent([])
52 tplaybook << None
53 assert tplaybook
54
55
56def test_mismatch(tplaybook):

Callers

nothing calls this directly

Calls 2

TEventClass · 0.85
TCommandClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…