On Mar 27, 2022, at 11:20 AM, Eric V. Smith <eric@trueblade.com> wrote:
On 3/27/2022 10:51 AM, Jelle Zijlstra wrote:
El sáb, 26 mar 2022 a las 17:51, Itay Yeshaya (<itay.yeshaya@gmail.com>) escribió:
Any thoughts on the mentioned solutions?
This is a bit more out there, but can anyone explain why we show the docstring at all? As far as I can tell it causes a bunch of confusion and helps little. If there's a failing test, I want the test name so I can quickly find it in the code; I don't want the docstring which may not even be unique.
I think this is a good idea. The target audience for a docstring isn't the people trying to track down failing tests.
I’m wrong about the docstrings having a different audience. So I’m going to retract my support here. Eric