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

Method test_get_root

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

Source from the content-addressed store, hash-verified

79
80 @connect
81 def test_get_root(self, client):
82 root = client.get_root_node()
83 self.assertEqual(root.get_browse_name(), ua.QualifiedName("Root", 0))
84
85 @connect
86 def test_get_root_children(self, client):

Callers

nothing calls this directly

Calls 2

get_browse_nameMethod · 0.80
get_root_nodeMethod · 0.45

Tested by

no test coverage detected