tests package¶
Submodules¶
tests.test_eventbus module¶
Created on 2020-02-01
@author: wf
-
class
tests.test_eventbus.EchoCommand(cmd, msgType, address)[source]¶ Bases:
dictan Echo Command object
-
class
tests.test_eventbus.Handler(debug=False)[source]¶ Bases:
objecta Handler for messages
-
class
tests.test_eventbus.TestEventbus(*args, **kwargs)[source]¶ Bases:
unittest.case.TestCasetest the Eventbus for the vert.x tcp eventbus bridge
-
classmethod
setUpClass()[source]¶ Hook method for setting up class fixture before running tests in the class.
-
classmethod
tearDownClass()[source]¶ Hook method for deconstructing the class fixture after running all tests in the class.
-
classmethod