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 rbcollins
Recipients barry, rbcollins, thomir
Date 2014-02-19.18:35:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392834941.28.0.191443049151.issue20687@psf.upfronthosting.co.za>
In-reply-to
Content
I concur that this is a regression - "     

unittest.expectedFailure()

    Mark the test as an expected failure. If the test fails when run, the test is not counted as a failure.
"

is in the public docs for the unittest module, and depending on a private attribute to be set is a bit of an abstraction violation - at the least it should handle it not being set (for any older test unittest compatible testcase object).
History
Date User Action Args
2014-02-19 18:35:41rbcollinssetrecipients: + rbcollins, barry, thomir
2014-02-19 18:35:41rbcollinssetmessageid: <1392834941.28.0.191443049151.issue20687@psf.upfronthosting.co.za>
2014-02-19 18:35:41rbcollinslinkissue20687 messages
2014-02-19 18:35:41rbcollinscreate