enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.34k stars 323 forks source link

Make test framework list out failed tests to use in filter #10241

Closed AdRiley closed 3 months ago

AdRiley commented 3 months ago

Pull Request Description

If I run a series of tests

image

this PR now summarises the failing tests at the end

image

Which I can then copy and paste to only re-run the failing tests

image

image

Allowing for faster iterations on fixing failing tests

It will only list the first 10 failures to avoid overloading the log in the case when all the tests fail :)

image

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR: