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

Method test_connect_anonymous

test_external_server.py:59–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57class Tests(unittest.TestCase):
58
59 def test_connect_anonymous(self):
60 c = Client(URL)
61 c.connect()
62 c.disconnect()
63
64 def FINISH_test_connect_basic256(self):
65 c = Client(URL)

Callers

nothing calls this directly

Calls 3

connectMethod · 0.95
disconnectMethod · 0.95
ClientClass · 0.90

Tested by

no test coverage detected