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 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:49iritkatrielunlinkissue41620 messages
2021-01-12 18:10:46iritkatrielsetrecipients: + iritkatriel, terry.reedy, rbcollins, ezio.melotti, michael.foord, Tabrizian
2021-01-12 18:10:46iritkatrielsetmessageid: <1610475046.84.0.325251434758.issue41620@roundup.psfhosted.org>
2021-01-12 18:10:46iritkatriellinkissue41620 messages
2021-01-12 18:10:46iritkatrielcreate