Lines Matching refs:_do_test
326 def _do_test(self, info, report=False, debug=0, replace_paths=[], modulefinder_class=modulefinder.ModuleFinder):
354 self._do_test(package_test)
357 self._do_test(maybe_test)
360 self._do_test(maybe_test_new)
363 self._do_test(absolute_import_test)
366 self._do_test(relative_import_test)
369 self._do_test(relative_import_test_2)
372 self._do_test(relative_import_test_3)
375 self._do_test(relative_import_test_4)
378 self._do_test(syntax_error_test)
381 self._do_test(same_name_as_bad_test)
391 self._do_test(bytecode_test)
397 self._do_test(maybe_test, debug=2,
414 self._do_test(extended_opargs_test)
417 self._do_test(coding_default_utf8_test)
420 self._do_test(coding_explicit_utf8_test)
423 self._do_test(coding_explicit_cp1252_test)
435 self._do_test(absolute_import_test, modulefinder_class=CheckLoadModuleApi)