Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
def
test_simple(tplaybook):
49
tplaybook >> TEvent()
50
tplaybook << TCommand()
51
tplaybook >> TEvent([])
52
tplaybook << None
53
assert tplaybook
54
55
56
def
test_mismatch(tplaybook):
Callers
nothing calls this directly
Calls
2
TEvent
Class · 0.85
TCommand
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…