python / cpython

The Python programming language
https://www.python.org/
Other
60.87k stars 29.39k forks source link

`test_ssl` is too verbose #94609

Open arhadthedev opened 2 years ago

arhadthedev commented 2 years ago

Feature or enhancement

Pitch

While (almost) all tests keep silence, test_ssl reports every nit into a console making the log bloated (>1200 lines) to the degree of being unusable for failure tracking.

In addition, all these reports must be looked through manually. Assertions should be used instead.

Linked PRs

zware commented 2 years ago

I haven't looked at the PR, but in principle I agree with the goal here. I do think that the current verbosity should remain available with enough -v flags, though.