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

Method test_get_namespace_array

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

Source from the content-addressed store, hash-verified

90
91 @connect
92 def test_get_namespace_array(self, client):
93 array = client.get_namespace_array()
94 self.assertTrue(len(array) > 0)
95
96 @connect
97 def test_get_server_node(self, client):

Callers

nothing calls this directly

Calls 1

get_namespace_arrayMethod · 0.45

Tested by

no test coverage detected