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 Victor Engmark
Recipients Victor Engmark
Date 2018-02-23.22:18:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519424302.16.0.467229070634.issue32927@psf.upfronthosting.co.za>
In-reply-to
Content
Until and unless #32926 is fixed it would be good to be able to type inspect code which uses the currently least hacky way to inspect the result of the current test [1]. This requires the use of TestCase._feedErrorsToResult and TestCase._outcome.

[1]: https://stackoverflow.com/a/39606065/96588
History
Date User Action Args
2018-02-23 22:18:22Victor Engmarksetrecipients: + Victor Engmark
2018-02-23 22:18:22Victor Engmarksetmessageid: <1519424302.16.0.467229070634.issue32927@psf.upfronthosting.co.za>
2018-02-23 22:18:22Victor Engmarklinkissue32927 messages
2018-02-23 22:18:22Victor Engmarkcreate