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
Date 2012-08-03.18:08:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344017298.6.0.769704462398.issue15551@psf.upfronthosting.co.za>
In-reply-to
Content
The following test will pass silently:


    class SomeTest(unittest.TestCase):

      def testSomething(self):
        yield 1
        self.fail()
History
Date User Action Args
2012-08-03 18:08:18Jason.Bakersetrecipients: + Jason.Baker
2012-08-03 18:08:18Jason.Bakersetmessageid: <1344017298.6.0.769704462398.issue15551@psf.upfronthosting.co.za>
2012-08-03 18:08:17Jason.Bakerlinkissue15551 messages
2012-08-03 18:08:17Jason.Bakercreate