[issue11560] Expand test coverage in shutil

2011-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset b313b05221a9 by Nick Coghlan in branch '3.2': Close #11560: Improve test coverage of shutil http://hg.python.org/cpython/rev/b313b05221a9 New changeset 5b61334bb776 by Nick Coghlan in branch 'default': Merge fix for #11560 from 3.2 http://hg.python

[issue11560] Expand test coverage in shutil

2011-03-16 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: -> ncoghlan nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue11560] Expand test coverage in shutil

2011-03-15 Thread Evan Dandrea
New submission from Evan Dandrea : 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 shut