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

Method test_find_endpoints

test_external_server.py:75–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 self.assertTrue(len(res) > 0)
74
75 def test_find_endpoints(self):
76 c = Client(URL)
77 res = c.connect_and_get_server_endpoints()
78 self.assertTrue(len(res) > 0)
79
80 @connect
81 def test_get_root(self, client):

Callers

nothing calls this directly

Calls 2

ClientClass · 0.90

Tested by

no test coverage detected