[pytest-dev] Console folding

2021-07-01 Thread Jeff Wright
Hello, I am doing some investigation into the possibility of implementing a 'folding' capability for Pytest's console output, and wanted to ask here about the feasibility of this idea. My main motivator is the fact that, in the face of multiple test failures, and with the default console behavior

Re: [pytest-dev] Console folding

2021-07-01 Thread Bruno Oliveira
Hi Jeff, That seems really useful, however it would require pytest's output to become interactive, which would be a separate application I believe. This certainly seems possible to implement as a plugin, perhaps using Rich? Anyway that is a neat idea. Cheers, Bruno. On Thu, Jul 1, 2021 at 6:20 A

Re: [pytest-dev] Console folding

2021-07-01 Thread Jeff Wright
Thanks for the feedback, Bruno. Just an FYI for anyone following this thread in the mail list - I also posed the same question on the Github discussions list: https://github.com/pytest-dev/pytest/discussions/8843. Was not sure if this mail list was even used anymore! Regards, Jeff On Thu, Jul 1,