Make truncation threshold (ellipsis) configurable regardless the verbosity level #12111
Labels
stale
status: needs information
reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
type: bug
problem that needs to be addressed
I found multiple similar unanswered question online such stackoverflow.com/questions/38000993/how-can-i-get-my-assertions-in-pytest-to-stop-being-abbreviated-with-ellipsis
We need to make the truncation values configurable regardless of pytest verbosity level, especially as we know that changing general verbosity level has other side effects.
My opinion is that most people would want to run in minimal verbosity level (especially) on CI but have verbose errors for failed tests. If I run in verbose by default displaying the console log in the browser can be problematic, true for github actions and also most CI/CD system I know (none behaves nice with very long console logs).
Related:
The text was updated successfully, but these errors were encountered: