Verbosity setting does not affect truncation of sequences when comparing their length #11777
Labels
topic: reporting
related to terminal output and user-facing messages and errors
type: question
general question, might be closed after 2 weeks of inactivity
If a comparison on the length of a sequence fails, the sequence is truncated in the failure explanation regardless of the verbosity setting.
Example script:
Output of
python3 -m pytest test_truncation.py
:Output of
python3 -m pytest test_truncation.py -v
:Output of
python3 -m pytest test_truncation.py -vv
:Why are the sequences always truncated in the explanations of the length comparison failures, regardless of verbosity?
Python 3.10.12, pytest-7.4.4, my OS is Linux Mint 21.2.
pip list
output attached:pip_list.txt
The text was updated successfully, but these errors were encountered: