Replies: 2 comments 5 replies
-
Is this from CI output? If so, this is probably #9933. Locally, the output will still be on one line. There doesn't seem to be a way to customize it, I'm afraid (other than unsetting the |
Beta Was this translation helpful? Give feedback.
-
Not really a direct answer to your question, but you could try using something like pytest-html or pytest-tui to more easily sift through your hundreds of results. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the new
pytest
7.2.0
"short test summary info", tests can take up one or two lines, like this:But in the previous version,
7.1.3
, there was only one line per test, which can be more readable:Is there a way to make the results show only one line per test again? (For me it is cleaner and more readable, as the single-line format makes it easier to find the test that I'm looking for, especially when I have hundreds of tests to scan through.)
Beta Was this translation helpful? Give feedback.
All reactions