17 from .events
import dispatch
21 ROBOT_LISTENER_API_VERSION = 2
24 dispatch(
'scope_start', attrs[
'longname'])
27 dispatch(
'scope_end', attrs[
'longname'])
30 dispatch(
'scope_start', attrs[
'longname'])
33 dispatch(
'scope_end', attrs[
'longname'])
def start_suite(self, name, attrs)
def end_test(self, name, attrs)
def end_suite(self, name, attrs)
def start_test(self, name, attrs)
def dispatch(event_name, *args, **kwargs)