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 Jason.Baker
Recipients Jason.Baker, alex, ezio.melotti, michael.foord
Date 2012-08-03.21:09:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344028151.69.0.728351412155.issue15551@psf.upfronthosting.co.za>
In-reply-to
Content
I can play this game too!

Since generator functions do nothing when used as a unittest test method, there is no value in having a test method that is a generator function.  Therefore, it is an error to give a test method that is a generator function.  Since it is an error to have a generator function as a test method, the test I gave should fail.
History
Date User Action Args
2012-08-03 21:09:11Jason.Bakersetrecipients: + Jason.Baker, ezio.melotti, alex, michael.foord
2012-08-03 21:09:11Jason.Bakersetmessageid: <1344028151.69.0.728351412155.issue15551@psf.upfronthosting.co.za>
2012-08-03 21:09:11Jason.Bakerlinkissue15551 messages
2012-08-03 21:09:10Jason.Bakercreate