Inheritance diagram for IPython.testing.plugin.skipcrash:
Bases: nose.plugins.attrib.AttributeSelector
Add command-line options for this plugin.
The base plugin class adds –with-$name by default, used to enable the plugin.
Warning
Don’t implement addOptions unless you want to override all default option handling behavior, including warnings for conflicting options. Implement options instead.
Non-camel-case version of func name for backwards compatibility.
Warning
DEPRECATED: Do not use this method, use options instead.
Return help for this plugin. This will be output as the help section of the –with-$name option that enables the plugin.
Accept the function if its attributes match.
Accept the method if its attributes match.