A plugin to test the infrastructure by crashing
Methods
__init__(*args, **kwargs) | |
fetch_config() | prints a message saying there is no configuration |
help([width]) | Prints a help-string for the plugin |
log_error(error[, message]) | Logs the error in bold red |
Attributes
help_page | A HelpPage to use if self.sections has been defined | ||
logger |
|
||
product | builds and returns a CrashTestDummy | ||
sections | An ordered dict for the help page |
prints a message saying there is no configuration
Prints a help-string for the plugin
Param: |
|
---|
Logs the error in bold red
Param: |
|
---|
A CrashTestDummy configuration
A HelpPage to use if self.sections has been defined
Returns: | A logging object. |
---|
builds and returns a CrashTestDummy
Precondition: | self.configuration map has been set |
---|---|
Returns: | CrashTestDummy |
An ordered dict for the help page