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

Method tearDownClass

tests/tests_client.py:50–55  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

48
49 @classmethod
50 def tearDownClass(cls):
51 #stop our clients
52 cls.ro_clt.disconnect()
53 cls.clt.disconnect()
54 # stop the server
55 cls.srv.stop()
56
57 def test_service_fault(self):
58 request = ua.ReadRequest()

Callers

nothing calls this directly

Calls 2

disconnectMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected