-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
status: help wanteddevelopers would like help from experts on this topicdevelopers would like help from experts on this topictopic: tracebacksrelated to displaying and handling of tracebacksrelated to displaying and handling of tracebackstype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Description
Even when using py.test -vvvv, variables in stack traces are ellipsized when their representation gets "too long".
This is controlled by hard coded constants in py._io.saferepr.py::saferepr() (and more constants in Python's reprlib, which it inherits from), which is called from multiple locations in py._code/code.py.
Proposed solution: use pretty printing instead, at high verbosity levels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: help wanteddevelopers would like help from experts on this topicdevelopers would like help from experts on this topictopic: tracebacksrelated to displaying and handling of tracebacksrelated to displaying and handling of tracebackstype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch