MCPcopy
hub / github.com/sshuttle/sshuttle / test_get_supported_features

Function test_get_supported_features

tests/client/test_methods_tproxy.py:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def test_get_supported_features():
10 method = get_method('tproxy')
11 features = method.get_supported_features()
12 assert features.ipv6
13 assert features.udp
14 assert features.dns
15
16
17def test_get_tcp_dstip():

Callers

nothing calls this directly

Calls 2

get_methodFunction · 0.90

Tested by

no test coverage detected