Implements the Command.TEST command. More...
Public Member Functions | |
def | __init__ |
def | execute |
Execution of the test command which executes the configured steps. More... | |
def | __init__ |
def | execute |
Execution of the test command which executes the configured steps. More... | |
Public Attributes | |
cfg_ctx | |
Implements the Command.TEST command.
def etr.command.TestCommand.__init__ | ( | self, | |
ctx | |||
) |
def etr.command.TestCommand.__init__ | ( | self, | |
ctx | |||
) |
def etr.command.TestCommand.execute | ( | self | ) |
Execution of the test command which executes the configured steps.
The execution sequence is as follows assuming the plugins A and B have been loaded in order:
If a plugin throws an exception, the sequence is aborted with the exception for teardown which is executed unless configured otherwise.
def etr.command.TestCommand.execute | ( | self | ) |
Execution of the test command which executes the configured steps.
The execution sequence is as follows assuming the plugins A and B have been loaded in order:
If a plugin throws an exception, the sequence is aborted with the exception for teardown which is executed unless configured otherwise.
etr.command.TestCommand.cfg_ctx |