Closed blademckain closed 4 years ago
to resolve the requests made here and to fix other small bugfixes
the main change is in the function
def event_actions(self, eventcodes, retries=None, timeout_cmd=None):
now the tuple never returns (event name, Start) but return (event name, payload)
where payload contains all event information
Coverage decreased (-0.2%) to 31.715% when pulling 8ef01c49b9564ebbaf74cc16e7dd7b4186d3926b on blademckain:master into 5a9f7299dd9ab7e41d692d9d4d59a192f7bc3613 on tchellomello:master.
to resolve the requests made here and to fix other small bugfixes
the main change is in the function
now the tuple never returns (event name, Start) but return (event name, payload)
where payload contains all event information