New submission from Stéphane Wirtel <steph...@wirtel.be>: Hi Steve,
I have a regression since the commit d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed, commit d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed (HEAD) Author: Steve Dower <steve.do...@microsoft.com> Date: Tue Sep 18 09:10:26 2018 -0700 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) Before, I could use pdb for the debugging or just use the print() function for debugging. Now, this is just impossible, because stdout & stderr are mapped to an other destination. For the test, just add `import pdb; pdb.set_trace()` in a test and try to execute it. Thank you ---------- components: Tests messages: 327405 nosy: matrixise, steve.dower priority: normal severity: normal status: open title: regression with ./python -m test versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34945> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com