MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / test_firewall_command

Function test_firewall_command

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

Source from the content-addressed store, hash-verified

80
81
82def test_firewall_command():
83 method = get_method('nat')
84 assert not method.firewall_command("something")
85
86
87@patch('sshuttle.methods.nat.ipt')

Callers

nothing calls this directly

Calls 2

get_methodFunction · 0.90
firewall_commandMethod · 0.45

Tested by

no test coverage detected