etr  2.0
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | List of all members
test_plugin.TestPlugin Class Reference

Public Member Functions

def setup
 
def teardown
 
def test_register_plugin_with_decorator
 
def test_plugin_register_creates_instances
 
def test_plugin_register_returns_add_options
 
def test_plugin_register_fails_if_add_options_meth_is_not_a_function
 
def test_plugin_register_returns_methods_for_step
 Test that the register correctly returns only methods for plugins that have been registered to be executed for the requested step. More...
 

Member Function Documentation

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: