Issue 29047: Where are the test results stored? (original) (raw)
Issue29047
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) * ![]() |
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) * ![]() |
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:41 | admin | set | github: 73233 |
2016-12-24 18:01:36 | berker.peksag | set | versions: - Python 3.7 |
2016-12-24 18:01:24 | berker.peksag | set | stage: resolved |
2016-12-24 17:56:32 | patriki | set | status: open -> closedresolution: rejectedmessages: + |
2016-12-24 10:58:06 | patriki | set | messages: + |
2016-12-24 10:55:29 | patriki | set | pull_requests: - <pull%5Frequest7> |
2016-12-24 10:53:53 | patriki | set | messages: + pull_requests: + <pull%5Frequest7> |
2016-12-22 14:15:21 | patriki | set | messages: + |
2016-12-22 14:01:59 | eric.smith | set | nosy: + eric.smithmessages: + |
2016-12-22 13:44:48 | patriki | set | messages: + |
2016-12-22 13:22:27 | r.david.murray | set | nosy: + r.david.murraymessages: + |
2016-12-22 10:44:33 | patriki | create |