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 michael.foord
Recipients Jason.Baker, alex, ezio.melotti, michael.foord
Date 2012-08-03.20:25:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344025537.99.0.64980154102.issue15551@psf.upfronthosting.co.za>
In-reply-to
Content
unittest calls test methods to execute tests. Generator functions do nothing (except create a generator) when you call them. Test methods as generators therefore do nothing in unittest.
History
Date User Action Args
2012-08-03 20:25:38michael.foordsetrecipients: + michael.foord, ezio.melotti, alex, Jason.Baker
2012-08-03 20:25:37michael.foordsetmessageid: <1344025537.99.0.64980154102.issue15551@psf.upfronthosting.co.za>
2012-08-03 20:25:37michael.foordlinkissue15551 messages
2012-08-03 20:25:35michael.foordcreate