Home | History | Annotate | Download | only in test

Lines Matching full:rmtree

52             shutil.rmtree(d, os.name in ('nt', 'cygwin'))
79 self.assertRaises(OSError, shutil.rmtree, filename)
98 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
108 shutil.rmtree(TESTFN)
111 # test_rmtree_errors deliberately runs rmtree
113 # This function is run when shutil.rmtree fails.
140 self.assertRaises(OSError, shutil.rmtree, path)
186 shutil.rmtree(path)
229 shutil.rmtree(dst_dir)
239 shutil.rmtree(dst_dir)
264 shutil.rmtree(dst_dir)
266 shutil.rmtree(src_dir)
267 shutil.rmtree(os.path.dirname(dst_dir))
296 shutil.rmtree(TESTFN)
308 self.assertRaises(OSError, shutil.rmtree, dst)
310 shutil.rmtree(TESTFN, ignore_errors=True)
342 shutil.rmtree(TESTFN, ignore_errors=True)
343 shutil.rmtree(TESTFN2, ignore_errors=True)
684 shutil.rmtree(d)
731 shutil.rmtree(dst_dir)
744 shutil.rmtree(dst_dir)
790 shutil.rmtree(TESTFN, ignore_errors=True)
802 shutil.rmtree(TESTFN, ignore_errors=True)