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

Function test_firewall_command

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

Source from the content-addressed store, hash-verified

77
78
79def test_firewall_command():
80 method = get_method('tproxy')
81 assert not method.firewall_command("something")
82
83
84@patch('sshuttle.methods.tproxy.ipt')

Callers

nothing calls this directly

Calls 2

get_methodFunction · 0.90
firewall_commandMethod · 0.45

Tested by

no test coverage detected