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 jaraco
Recipients eric.araujo, ethan.furman, jaraco, methane, miss-islington, terry.reedy
Date 2022-03-22.22:09:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647986959.58.0.393060894808.issue46126@roundup.psfhosted.org>
In-reply-to
Content
Inada, you're right. Good catch. I think I missed that behavior from before because I used `grep ERROR` and when I ran it this time, I just assumed the output would be the same, but it's clear that even _with descriptions enabled_, the location of the test is clearly reported in the case of launching with `-m unittest`.

I'm now suspicious that my report in https://bugs.python.org/issue46126#msg408882 was also flawed as it uses `grep ERROR`, which could easily mask lines that adjacent to the error.

I now believe that there are no concerns relating to Terry's concern, and likely not Brett's concern despite my best efforts to replicate. I'll bring back the original example and see if it in fact has the reported defect.
History
Date User Action Args
2022-03-22 22:09:19jaracosetrecipients: + jaraco, terry.reedy, eric.araujo, methane, ethan.furman, miss-islington
2022-03-22 22:09:19jaracosetmessageid: <1647986959.58.0.393060894808.issue46126@roundup.psfhosted.org>
2022-03-22 22:09:19jaracolinkissue46126 messages
2022-03-22 22:09:19jaracocreate