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 chris.jerdonek
Recipients cbc, chris.jerdonek, eli.bendersky
Date 2012-07-31.18:26:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343759162.63.0.680983470624.issue15454@psf.upfronthosting.co.za>
In-reply-to
Content
> Should adding tests for the report methods be a separate issue from this enhancement?

Yes, I would create separate issues for this.  I would even recommend separating this into one issue for the report() methods (could be done first), and another issue for adding tests for additional directory levels (see additional note below).

> Any deeper testing of dircmp will also have to not be necessarily comprehensive, as the permutations of test inputs start to become too time-consuming. setUp and tearDown may also need some refactoring for deeper testing.

For testing additional directory levels, you may want to wait until after issue 15403 is complete, which is slated for (hopefully) shortly after the 3.3 release.  That issue will add functions for the easy creation of arbitrarily nested directories of files, etc.  You will see I made a comment there about application to the filecmp tests.
History
Date User Action Args
2012-07-31 18:26:02chris.jerdoneksetrecipients: + chris.jerdonek, eli.bendersky, cbc
2012-07-31 18:26:02chris.jerdoneksetmessageid: <1343759162.63.0.680983470624.issue15454@psf.upfronthosting.co.za>
2012-07-31 18:26:02chris.jerdoneklinkissue15454 messages
2012-07-31 18:26:01chris.jerdonekcreate