MCPcopy
hub / github.com/mitmproxy/mitmproxy / test_save_settings

Function test_save_settings

test/mitmproxy/tools/web/test_static_viewer.py:28–31  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

26
27
28def test_save_settings(tmpdir):
29 static_viewer.save_settings(tmpdir)
30 f = tmpdir.join("/settings.json")
31 assert f.check(file=1)
32
33
34def test_save_flows(tmpdir):

Callers

nothing calls this directly

Calls 2

checkMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…