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 BreamoreBoy, chris.jerdonek, collinwinter, freakboy, freakboy3742
Date 2012-09-15.20:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347739216.21.0.559002884102.issue1521051@psf.upfronthosting.co.za>
In-reply-to
Content
I think this would be useful as well.  For example, it would let one more easily get finer-grained test result data (e.g. to the level of doctest examples rather than just the TestCase level).  Without this, I needed to monkey patch.

The previously attached patch enhances DocTestSuite.  I think DocFileSuite should receive the same treatment (the case I was more interested in myself -- cf. http://bugs.python.org/issue15629#msg170447 ).
History
Date User Action Args
2012-09-15 20:00:16chris.jerdoneksetrecipients: + chris.jerdonek, collinwinter, freakboy, freakboy3742, BreamoreBoy
2012-09-15 20:00:16chris.jerdoneksetmessageid: <1347739216.21.0.559002884102.issue1521051@psf.upfronthosting.co.za>
2012-09-15 20:00:15chris.jerdoneklinkissue1521051 messages
2012-09-15 20:00:15chris.jerdonekcreate