rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Confusing test result colors in REPL

Open toinehartman opened this issue 9 months ago • 0 comments

Describe the bug

After running tests, of which some fail, 0/x test threw exceptions is shown red, even when no exceptions occurred.

To Reproduce

Steps to reproduce the behavior:

  1. Start REPL.
  2. Import a module with some failing tests.
  3. :test, `

Expected behavior Only the tests failed line to be red, but the tests threw exceptions line white, since no exceptions occurred.

Screenshots Image

Desktop (please complete the following information):

  • Context: Commandline REPL
  • Rascal Version: 0.41.0-RC10

toinehartman avatar Feb 24 '25 11:02 toinehartman