etr  4.0-pre
Public Member Functions | Public Attributes | List of all members
test_command.TestTestCommand Class Reference

Public Member Functions

def setup (self)
 
def teardown (self)
 
def test_execute_runs_plugins (self)
 
def test_plugin_methods_are_called_correct_order (self)
 
def test_plugin_teardown_is_called_if_setup_fails (self)
 
def test_plugin_teardown_is_called_if_run_fails (self)
 

Public Attributes

 args
 
 resultpatcher
 
 logcapturepatcher
 
 mock_LogCapture
 
 mock_logcapture
 
 mock_TextTestResult
 
 mock_result
 
 mock_plugin_a
 
 mock_plugin_b
 
 patcher
 
 mock_PluginMgr
 
 mock_pluginmgr
 
 cfg_ctx
 

Member Function Documentation

◆ setup()

def test_command.TestTestCommand.setup (   self)

◆ teardown()

def test_command.TestTestCommand.teardown (   self)

◆ test_execute_runs_plugins()

def test_command.TestTestCommand.test_execute_runs_plugins (   self)

◆ test_plugin_methods_are_called_correct_order()

def test_command.TestTestCommand.test_plugin_methods_are_called_correct_order (   self)

◆ test_plugin_teardown_is_called_if_run_fails()

def test_command.TestTestCommand.test_plugin_teardown_is_called_if_run_fails (   self)

◆ test_plugin_teardown_is_called_if_setup_fails()

def test_command.TestTestCommand.test_plugin_teardown_is_called_if_setup_fails (   self)

Member Data Documentation

◆ args

test_command.TestTestCommand.args

◆ cfg_ctx

test_command.TestTestCommand.cfg_ctx

◆ logcapturepatcher

test_command.TestTestCommand.logcapturepatcher

◆ mock_LogCapture

test_command.TestTestCommand.mock_LogCapture

◆ mock_logcapture

test_command.TestTestCommand.mock_logcapture

◆ mock_plugin_a

test_command.TestTestCommand.mock_plugin_a

◆ mock_plugin_b

test_command.TestTestCommand.mock_plugin_b

◆ mock_PluginMgr

test_command.TestTestCommand.mock_PluginMgr

◆ mock_pluginmgr

test_command.TestTestCommand.mock_pluginmgr

◆ mock_result

test_command.TestTestCommand.mock_result

◆ mock_TextTestResult

test_command.TestTestCommand.mock_TextTestResult

◆ patcher

test_command.TestTestCommand.patcher

◆ resultpatcher

test_command.TestTestCommand.resultpatcher

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