etr  4.0-pre
Public Member Functions | List of all members
test_plugin.TestPlugin Class Reference

Public Member Functions

def setup (self)
 
def teardown (self)
 
def test_register_plugin_with_decorator (self)
 
def test_plugin_register_creates_instances (self)
 
def test_plugin_register_returns_add_options (self)
 
def test_plugin_register_fails_if_add_options_meth_is_not_a_function (self)
 
def 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. More...
 

Member Function Documentation

◆ setup()

def test_plugin.TestPlugin.setup (   self)

◆ teardown()

def test_plugin.TestPlugin.teardown (   self)

◆ test_plugin_register_creates_instances()

def test_plugin.TestPlugin.test_plugin_register_creates_instances (   self)

◆ test_plugin_register_fails_if_add_options_meth_is_not_a_function()

def test_plugin.TestPlugin.test_plugin_register_fails_if_add_options_meth_is_not_a_function (   self)

◆ test_plugin_register_returns_add_options()

def test_plugin.TestPlugin.test_plugin_register_returns_add_options (   self)

◆ test_plugin_register_returns_methods_for_step()

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.

◆ test_register_plugin_with_decorator()

def test_plugin.TestPlugin.test_register_plugin_with_decorator (   self)

The documentation for this class was generated from the following file: