unisonweb/unison

Tests that crash should get converted to failures

Open

#2,089 opened on Jun 7, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Haskell (6,624 stars) (304 forks)batch import
error-messagehelp wanted

Description

Right now the test command isn’t expecting exceptions when evaluating the tests. When exceptions (like calls to bug) do occur, it isn’t correctly attributed to the failing test.

Contributor guide