[issue32927] Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome

2022-03-20 Thread Alex Waygood


Alex Waygood  added the comment:

Typeshed maintainer here: I agree. Feel free to open an issue over at 
https://github.com/python/typeshed if this is still a problem!

--
nosy: +AlexWaygood
resolution:  -> third party
stage:  -> resolved
status: pending -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32927] Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome

2022-03-20 Thread Irit Katriel


Irit Katriel  added the comment:

I think this should have been opened on the typeshed issue tracker.

--
nosy: +iritkatriel
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32927] Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome

2018-02-23 Thread Victor Engmark

New submission from Victor Engmark :

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

--
messages: 312672
nosy: Victor Engmark
priority: normal
severity: normal
status: open
title: Add typeshed documentation for unittest.TestCase._feedErrorsToResult and 
._outcome
type: enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com