Message384971
| Author | iritkatriel |
|---|---|
| Recipients | Tabrizian, ezio.melotti, iritkatriel, michael.foord, rbcollins, terry.reedy |
| Date | 2021-01-12.18:10:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1610475046.84.0.325251434758.issue41620@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The justification on the PR is: "The problem is that when I'm trying to collect test results if one of the tests is being skipped the error below pops up because test_result object is None. AttributeError: 'NoneType' object has no attribute 'testsRun'" which can be worked around with a simple "is not None" check. There will be cases where someone wants to know that a test was not executed, and inspecting a TestResult object to see that it actually represents Nothing is not as natural. I'm -1 on this change. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-05-16 21:08:49 | iritkatriel | unlink | issue41620 messages |
| 2021-01-12 18:10:46 | iritkatriel | set | recipients: + iritkatriel, terry.reedy, rbcollins, ezio.melotti, michael.foord, Tabrizian |
| 2021-01-12 18:10:46 | iritkatriel | set | messageid: <1610475046.84.0.325251434758.issue41620@roundup.psfhosted.org> |
| 2021-01-12 18:10:46 | iritkatriel | link | issue41620 messages |
| 2021-01-12 18:10:46 | iritkatriel | create | |