Robert Collins added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20687>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to