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.

classification
Title: Where are the test results stored?
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.smith, patriki, r.david.murray
Priority: normal Keywords:

Created on 2016-12-22 10:44 by patriki, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (8)
msg283825 - (view) Author: Patrik Iselind (patriki) * Date: 2016-12-22 10:44
I cannot find any documentation on where the test results are stored.

Looked at https://docs.python.org/devguide/runtests.html
msg283832 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2016-12-22 13:22
That's because tests results aren't stored anywhere.  The stdio output is the only output the tests produce.
msg283836 - (view) Author: Patrik Iselind (patriki) * Date: 2016-12-22 13:44
Is this something we could clarify in the docs?

I'd like to try and dip my toes in this.

Where can i find the source for
https://docs.python.org/devguide/runtests.html
?
msg283839 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2016-12-22 14:01
https://github.com/python/devguide/blob/github/runtests.rst
msg283841 - (view) Author: Patrik Iselind (patriki) * Date: 2016-12-22 14:15
Great, thanks!

Patrik

Den 22 dec 2016 15:01 skrev "Eric V. Smith" <report@bugs.python.org>:

>
> Eric V. Smith added the comment:
>
> https://github.com/python/devguide/blob/github/runtests.rst
>
> ----------
> nosy: +eric.smith
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue29047>
> _______________________________________
>
msg283938 - (view) Author: Patrik Iselind (patriki) * Date: 2016-12-24 10:53
Made a pull request for this
msg283940 - (view) Author: Patrik Iselind (patriki) * Date: 2016-12-24 10:58
Cannot figure out how to add the link to the GitHub PR field. Adding link here instead.

https://github.com/python/devguide/pull/88
msg283966 - (view) Author: Patrik Iselind (patriki) * Date: 2016-12-24 17:56
My GitHub PR got closed. So closing this issue as well.
History
Date User Action Args
2022-04-11 14:58:41adminsetgithub: 73233
2016-12-24 18:01:36berker.peksagsetversions: - Python 3.7
2016-12-24 18:01:24berker.peksagsetstage: resolved
2016-12-24 17:56:32patrikisetstatus: open -> closed
resolution: rejected
messages: + msg283966
2016-12-24 10:58:06patrikisetmessages: + msg283940
2016-12-24 10:55:29patrikisetpull_requests: - pull_request7
2016-12-24 10:53:53patrikisetmessages: + msg283938
pull_requests: + pull_request7
2016-12-22 14:15:21patrikisetmessages: + msg283841
2016-12-22 14:01:59eric.smithsetnosy: + eric.smith
messages: + msg283839
2016-12-22 13:44:48patrikisetmessages: + msg283836
2016-12-22 13:22:27r.david.murraysetnosy: + r.david.murray
messages: + msg283832
2016-12-22 10:44:33patrikicreate