Implements the Command.TEST command.
More...
|
| def | __init__ (self, ctx) |
| |
| def | execute (self) |
| | Execution of the test command which executes the configured steps. More...
|
| |
Implements the Command.TEST command.
◆ __init__()
| def etr.command.TestCommand.__init__ |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
◆ execute()
| 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:
- Setup
- A.setup
- B.setup
- Run
- A.run
- B.run
- Teardown (Teardown is executed in reverse order to unwind the setup)
- B.teardown
- A.teardown
If a plugin throws an exception, the sequence is aborted with the exception for teardown which is executed unless configured otherwise.
◆ cfg_ctx
| etr.command.TestCommand.cfg_ctx |
The documentation for this class was generated from the following file: