Home
last modified time | relevance | path

Searched refs:_make_failed_load_tests (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/unittest/
Dloader.py27 def _make_failed_load_tests(name, exception, suiteClass): function
73 return _make_failed_load_tests(module.__name__, e,
293 yield _make_failed_load_tests(package.__name__, e,
/external/python/cpython3/Lib/unittest/
Dloader.py43 def _make_failed_load_tests(name, exception, suiteClass): function
132 error_case, error_message = _make_failed_load_tests(