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

Method test_server_node

tests/tests_common.py:229–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 self.opc.delete_nodes([fold, newtype], recursive=True)
228
229 def test_server_node(self):
230 node = self.opc.get_server_node()
231 self.assertEqual(ua.QualifiedName('Server', 0), node.get_browse_name())
232
233 def test_root(self):
234 root = self.opc.get_root_node()

Callers

nothing calls this directly

Calls 2

get_browse_nameMethod · 0.80
get_server_nodeMethod · 0.45

Tested by

no test coverage detected