This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ev
Recipients ev, tarek
Date 2011-03-15.21:31:48
SpamBayes Score 0.0010813572
Marked as misclassified No
Message-id <1300224709.18.0.233736639142.issue11560@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch increases the coverage in shutil.  It makes the following changes:
 - Tests the code paths for file and directory copies across filesystems by mocking out rename.
 - Adds a test for shutil.copy.
 - Adds a test for shutil.copy2.
 - Tests shutil.unpack_archive with the format specified.
 - Tests the code path for creating the target directory in _make_tarball.

I have tested this on Ubuntu natty and OSX 10.6.6.  Note that this will fail until http://bugs.python.org/issue11548 is applied.
History
Date User Action Args
2011-03-15 21:31:49evsetrecipients: + ev, tarek
2011-03-15 21:31:49evsetmessageid: <1300224709.18.0.233736639142.issue11560@psf.upfronthosting.co.za>
2011-03-15 21:31:48evlinkissue11560 messages
2011-03-15 21:31:48evcreate