2965
2966
def adapt_modules(mods_list, adapter, loader, suite):
2966
2967
"""Adapt the modules in mods_list using adapter and add to suite."""
2968
2975
suite.addTests(adapter.adapt(test))
2971
def adapt_tests(tests_list, adapter, loader, suite):
2977
2978
def _rmtree_temp_dir(dirname):
2978
2979
# If LANG=C we probably have created some bogus paths
2979
2980
# which rmtree(unicode) will fail to delete