MCPcopy 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
73def test_assert_features():
74 method = get_method('tproxy')
75 features = method.get_supported_features()
76 method.assert_features(features)
77
78
79def test_firewall_command():

Callers

nothing calls this directly

Calls 3

get_methodFunction · 0.90
assert_featuresMethod · 0.80

Tested by

no test coverage detected