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 cbc
Recipients cbc
Date 2012-08-01.02:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343786533.33.0.657671203467.issue15518@psf.upfronthosting.co.za>
In-reply-to
Content
The filecmp module has no tests for the following methods of the dircmp class:

report()
report_partial_closure()
report_full_closure()

The attached patch provides those tests. This issue was suggested in issue 15454. Future plans for these tests are provided in that issue.
History
Date User Action Args
2012-08-01 02:02:13cbcsetrecipients: + cbc
2012-08-01 02:02:13cbcsetmessageid: <1343786533.33.0.657671203467.issue15518@psf.upfronthosting.co.za>
2012-08-01 02:02:12cbclinkissue15518 messages
2012-08-01 02:02:11cbccreate