MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / test_get_root_children

Method test_get_root_children

test_external_server.py:86–89  ·  view source on GitHub ↗
(self, client)

Source from the content-addressed store, hash-verified

84
85 @connect
86 def test_get_root_children(self, client):
87 root = client.get_root_node()
88 childs = root.get_children()
89 self.assertTrue(len(childs) > 2)
90
91 @connect
92 def test_get_namespace_array(self, client):

Callers

nothing calls this directly

Calls 2

get_childrenMethod · 0.80
get_root_nodeMethod · 0.45

Tested by

no test coverage detected