Add option/config to collapse file/module/line data for warnings #6591
Labels
topic: reporting
related to terminal output and user-facing messages and errors
type: enhancement
new feature or API change, should be merged into features branch
Python 3.8.1
pytest 5.3.4
Ubuntu 18.04
test_it.py
I'd like a way to hide/collapse/combine all the file/module/line data that gets printed out in the warnings summary. For larger projects with spaghetti code, it's quite possible this print out ends up being hundreds of lines long.
The same happens when I try to use the "once" action for filter warnings. Which kind of makes sense. That warning is still only being shown 'once'.
The text was updated successfully, but these errors were encountered: