Package test_suite :: Module relax_test_loader :: Class RelaxTestLoader
[hide private]
[frames] | no frames]

Class RelaxTestLoader

source code


Replacement TestLoader class.

Nested Classes [hide private]

Inherited from unittest.loader.TestLoader: suiteClass

Instance Methods [hide private]
 
loadTestsFromTestCase(self, testCaseClass)
Replacement method for skipping tests.
source code

Inherited from unittest.loader.TestLoader: discover, getTestCaseNames, loadTestsFromModule, loadTestsFromName, loadTestsFromNames, sortTestMethodsUsing

Inherited from unittest.loader.TestLoader (private): _find_tests, _get_directory_containing_module, _get_module_from_name, _get_name_from_path, _match_path

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from unittest.loader.TestLoader: testMethodPrefix

Inherited from unittest.loader.TestLoader (private): _top_level_dir

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

loadTestsFromTestCase(self, testCaseClass)

source code 

Replacement method for skipping tests.

Overrides: unittest.loader.TestLoader.loadTestsFromTestCase