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 chris.jerdonek, eric.araujo, ncoghlan
Date 2012-07-26.18:58:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343329090.82.0.248184575742.issue15403@psf.upfronthosting.co.za>
In-reply-to
Content
It occurs to me that the filecmp/dircmp tests in Lib/test/test_filecmp.py would also benefit from code like this (i.e. being able to create a nested directory of files in one or two lines).  And perhaps elsewhere in the tests.

This is an argument for slightly generalizing the test support API in the uploaded patch from creating modules/packages to creating files/directories.  A convenience wrapper for packages could still be included that includes an __init__.py in the calls to the underlying directory code.
History
Date User Action Args
2012-07-26 18:58:11chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, eric.araujo
2012-07-26 18:58:10chris.jerdoneksetmessageid: <1343329090.82.0.248184575742.issue15403@psf.upfronthosting.co.za>
2012-07-26 18:58:10chris.jerdoneklinkissue15403 messages
2012-07-26 18:58:09chris.jerdonekcreate