Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_modulefinder.py322 …def _do_test(self, info, report=False, debug=0, replace_paths=[], modulefinder_class=modulefinder.… member in ModuleFinderTest
353 self._do_test(package_test)
356 self._do_test(maybe_test)
359 self._do_test(maybe_test_new)
362 self._do_test(absolute_import_test)
365 self._do_test(relative_import_test)
368 self._do_test(relative_import_test_2)
371 self._do_test(relative_import_test_3)
374 self._do_test(relative_import_test_4)
377 self._do_test(syntax_error_test)
[all …]
/external/python/cpython2/Lib/test/
Dtest_modulefinder.py227 def _do_test(self, info, report=False): member in ModuleFinderTest
259 self._do_test(package_test)
262 self._do_test(maybe_test)
267 self._do_test(maybe_test_new)
270 self._do_test(absolute_import_test)
273 self._do_test(relative_import_test)
276 self._do_test(relative_import_test_2)
279 self._do_test(relative_import_test_3)
292 self._do_test(extended_opargs_test)