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 methane
Recipients eric.araujo, ethan.furman, jaraco, methane, miss-islington, terry.reedy
Date 2022-03-21.02:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647831134.15.0.791409238541.issue46126@roundup.psfhosted.org>
In-reply-to
Content
> As you can see, the location of the failing test in the log is masked, and instead the description is present.

Could you elaborate?

```
test_index_empty (idlelib.idle_test.test_text.MockTextTest)
Failing test with bad description. ... ERROR
(snip)
======================================================================
ERROR: test_index_empty (idlelib.idle_test.test_text.MockTextTest)
Failing test with bad description.
----------------------------------------------------------------------
```

I can see `test_index_empty (idlelib.idle_test.test_text.MockTextTest)` in both places. What is masked?
History
Date User Action Args
2022-03-21 02:52:14methanesetrecipients: + methane, terry.reedy, jaraco, eric.araujo, ethan.furman, miss-islington
2022-03-21 02:52:14methanesetmessageid: <1647831134.15.0.791409238541.issue46126@roundup.psfhosted.org>
2022-03-21 02:52:14methanelinkissue46126 messages
2022-03-21 02:52:14methanecreate