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

Method test_find_servers

test_external_server.py:70–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 c.disconnect()
69
70 def test_find_servers(self):
71 c = Client(URL)
72 res = c.connect_and_find_servers()
73 self.assertTrue(len(res) > 0)
74
75 def test_find_endpoints(self):
76 c = Client(URL)

Callers

nothing calls this directly

Calls 2

ClientClass · 0.90

Tested by

no test coverage detected