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

type RelaxTestLoader

source code


Replacement TestLoader class.

Nested Classes [hide private]

Inherited from unittest.loader.TestLoader: suiteClass

Instance Methods [hide private]
 
loadTestsFromNames(self, names, module=None)
Replacement method for handling skipped tests.
source code
 
loadTestsFromTestCase(self, testCaseClass)
Replacement method for skipping tests.
source code

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

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

Class Variables [hide private]

Inherited from unittest.loader.TestLoader: testMethodPrefix

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

Method Details [hide private]

loadTestsFromNames(self, names, module=None)

source code 

Replacement method for handling skipped tests.

Overrides: unittest.loader.TestLoader.loadTestsFromNames

loadTestsFromTestCase(self, testCaseClass)

source code 

Replacement method for skipping tests.

Overrides: unittest.loader.TestLoader.loadTestsFromTestCase