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

Method test_nocrypto

tests/tests_crypto_connect.py:61–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 cls.srv_crypto2.stop()
60
61 def test_nocrypto(self):
62 clt = Client(self.uri_no_crypto)
63 clt.connect()
64 try:
65 clt.get_objects_node().get_children()
66 finally:
67 clt.disconnect()
68
69 def test_nocrypto_fail(self):
70 clt = Client(self.uri_no_crypto)

Callers

nothing calls this directly

Calls 5

connectMethod · 0.95
get_objects_nodeMethod · 0.95
disconnectMethod · 0.95
ClientClass · 0.90
get_childrenMethod · 0.80

Tested by

no test coverage detected