Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/evilsocket/opensnitch
/ test_get_node
Method
test_get_node
ui/tests/test_nodes.py:46–49 ·
view source on GitHub ↗
(self, qtbot)
Source
from the content-addressed store, hash-verified
44
assert node != None
45
46
def
test_get_node(self, qtbot):
47
node = self.nodes.get_node(
"peer:1.2.3.4"
)
48
49
assert node != None
50
51
def
test_get_addr(self, qtbot):
52
proto, addr = self.nodes.get_addr(
"peer:1.2.3.4"
)
Callers
nothing calls this directly
Calls
1
get_node
Method · 0.80
Tested by
no test coverage detected