def test_plugin.TestPlugin.setup |
( |
|
self | ) |
|
def test_plugin.TestPlugin.teardown |
( |
|
self | ) |
|
def test_plugin.TestPlugin.test_plugin_register_creates_instances |
( |
|
self | ) |
|
def test_plugin.TestPlugin.test_plugin_register_fails_if_add_options_meth_is_not_a_function |
( |
|
self | ) |
|
def test_plugin.TestPlugin.test_plugin_register_returns_add_options |
( |
|
self | ) |
|
def test_plugin.TestPlugin.test_plugin_register_returns_methods_for_step |
( |
|
self | ) |
|
Test that the register correctly returns only methods for plugins that have been registered to be executed for the requested step.
def test_plugin.TestPlugin.test_register_plugin_with_decorator |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: