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 pupeno
Recipients pupeno
Date 2008-08-20.08:49:07
SpamBayes Score 2.6411192e-07
Marked as misclassified No
Message-id <1219222153.94.0.41823703199.issue3615@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a patch that adds expect methods to TestCase. They are
like fail methods, but they don't fail immediately. They are useful when
you want to catch more than one error at a time.
I included some tests.
There are docstrings but more documentation might be needed. I'll gladly
write it if/when the code is good to go.
The original code was written by Donovan Baarda for an internal project
at Google, I only extracted the bits that made sense to publish and
changed the style to me more Python-alike.
History
Date User Action Args
2008-08-20 08:49:14pupenosetrecipients: + pupeno
2008-08-20 08:49:13pupenosetmessageid: <1219222153.94.0.41823703199.issue3615@psf.upfronthosting.co.za>
2008-08-20 08:49:12pupenolinkissue3615 messages
2008-08-20 08:49:11pupenocreate