MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / test_required_int

Function test_required_int

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

Source from the content-addressed store, hash-verified

79
80
81def test_required_int():
82 o = TO()
83 with pytest.raises(exceptions.OptionsError):
84 o._parse_setval(o._options["required_int"], [])
85
86
87def test_deepcopy():

Callers

nothing calls this directly

Calls 2

_parse_setvalMethod · 0.80
TOClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…