Uh oh!
There was an error while loading. Please reload this page.
regr_test.py: improve interaction between --all and --quiet flags - #9349
Conversation
JelleZijlstra
commented
Dec 10, 2022
It works as expected. |
And we have a failing mypy run as well: https://github.com/python/typeshed/actions/runs/3665455929/jobs/6196543252 (Though it looks like I could probably sink a little more work into improving that traceback) |
JelleZijlstra
commented
Dec 10, 2022
Is the reason the failure shows up ~16 times that we run mypy in a matrix (Python version, OS) and report the failure every time? |
AlexWaygood
commented
Dec 10, 2022
Yup! Just pushed a commit to this PR branch that hopefully clarifies things a bit? The issue was that the new |
JelleZijlstra
commented
Dec 10, 2022
Nice, feel free to hijack this PR for your change, or just open a new PR. A more radical change could be to show only the first failure if there are multiple identical ones. After all, in most cases test cases are going to fail in the same way on multiple runs. |
AlexWaygood
commented
Dec 10, 2022
This is true, but it won't always be the case. I feel like this solution is ~good enough for now. I'm gonna commence hijacking ;) |
Uh oh!
There was an error while loading. Please reload this page.
regr_test.py: improve interaction between --all and --quiet flags
cf. #9348 cc @jab