Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
def
test_save_settings(tmpdir):
29
static_viewer.save_settings(tmpdir)
30
f = tmpdir.join(
"/settings.json"
)
31
assert f.check(file=1)
32
33
34
def
test_save_flows(tmpdir):
Callers
nothing calls this directly
Calls
2
check
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…