rascal
rascal copied to clipboard
Confusing test result colors in REPL
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:
- Start REPL.
- Import a module with some failing tests.
:test, `
Expected behavior
Only the tests failed line to be red, but the tests threw exceptions line white, since no exceptions occurred.
Screenshots
Desktop (please complete the following information):
- Context: Commandline REPL
- Rascal Version: 0.41.0-RC10