Message211639
| 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:41 | rbcollins | set | recipients: + rbcollins, barry, thomir |
| 2014-02-19 18:35:41 | rbcollins | set | messageid: <1392834941.28.0.191443049151.issue20687@psf.upfronthosting.co.za> |
| 2014-02-19 18:35:41 | rbcollins | link | issue20687 messages |
| 2014-02-19 18:35:41 | rbcollins | create | |