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 (304 forks)batch import
error-messagehelp wanted

Repository metrics

Stars
 (6,624 stars)
PR merge metrics
 (Avg merge 12d 19h) (6 merged PRs in 30d)

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