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

Function test_get_supported_features

tests/client/test_methods_nat.py:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_get_supported_features():
12 method = get_method('nat')
13 features = method.get_supported_features()
14 assert features.ipv6
15 assert not features.udp
16 assert features.dns
17
18
19def test_get_tcp_dstip():

Callers

nothing calls this directly

Calls 2

get_methodFunction · 0.90

Tested by

no test coverage detected