You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since merged my changes to add Test Runner support, I've noticed a bug when test return errors, specifically in my case when test fixtures throw exceptions.
This manifests with test output being truncated prematurely, and no prompt being printed after the test fails.
The text was updated successfully, but these errors were encountered:
There were a bunch of places where the data from Cider contains null
data, specifically where exceptions are thrown from test fixtures. This
change addresses the nulls, and handles them.
FixesBetterThanTomorrow#1456
Since merged my changes to add Test Runner support, I've noticed a bug when test return errors, specifically in my case when test fixtures throw exceptions.
This manifests with test output being truncated prematurely, and no prompt being printed after the test fails.
The text was updated successfully, but these errors were encountered: