Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ test_assert_features
Function
test_assert_features
tests/client/test_methods_tproxy.py:73–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
73
def
test_assert_features():
74
method = get_method(
'tproxy'
)
75
features = method.get_supported_features()
76
method.assert_features(features)
77
78
79
def
test_firewall_command():
Callers
nothing calls this directly
Calls
3
get_method
Function · 0.90
assert_features
Method · 0.80
get_supported_features
Method · 0.45
Tested by
no test coverage detected