summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_shutil.py
Commit message (Expand)AuthorAgeFilesLines
* Backport:Guido van Rossum2004-07-141-0/+1
* Raise an exception when trying to use shutil.move() to move a directory intoBrett Cannon2004-06-191-2/+13
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-8/+2
* A very minimal start to a test of the shutil module.Barry Warsaw2003-01-241-0/+28