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

Function test_simple

test/mitmproxy/test_optmanager.py:243–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241
242
243def test_simple():
244 o = TO()
245 assert repr(o)
246 assert "one" in o
247
248 with pytest.raises(Exception, match="No such option"):
249 assert o.unknown
250
251
252def test_items():

Callers

nothing calls this directly

Calls 1

TOClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…