2898
2899
def adapt_modules(mods_list, adapter, loader, suite):
2899
2900
"""Adapt the modules in mods_list using adapter and add to suite."""
2901
2908
suite.addTests(adapter.adapt(test))
2904
def adapt_tests(tests_list, adapter, loader, suite):
2910
2911
def _rmtree_temp_dir(dirname):
2911
2912
# If LANG=C we probably have created some bogus paths
2912
2913
# which rmtree(unicode) will fail to delete