enso icon indicating copy to clipboard operation
enso copied to clipboard

Update test framework to default to only show failures

Open AdRiley opened this issue 1 year ago • 0 comments

Pull Request Description

This change removes the environment variable REPORT_ONLY_FAILED and makes that the default behavior. (With an additional change that pending tests are also always printed) It adds a new environment variable REPORT_ALL_TESTS which when set gives you the old behaviour.

image

Closes #9729

Important Notes

Checklist

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

  • [ ] The documentation has been updated, if necessary.
  • [ ] Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • [ ] All code follows the Scala, Java, TypeScript, and Rust style guides. In case you are using a language not listed above, follow the Rust style guide.
  • [ ] Unit tests have been written where possible.

AdRiley avatar May 17 '24 14:05 AdRiley