Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
79
def
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_method
Function · 0.90
firewall_command
Method · 0.45
Tested by
no test coverage detected