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_nat.py:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
81
82
def
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_method
Function · 0.90
firewall_command
Method · 0.45
Tested by
no test coverage detected