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
Upon failure we create a TestFailure, but it only has a message. We could have Option[Throwable] there as well, but it needs to be handled in the runner.
Maybe merge TestFailure and TestError? Is there a reason to separate them?
The text was updated successfully, but these errors were encountered:
See #7
Upon failure we create a
TestFailure
, but it only has a message. We could haveOption[Throwable]
there as well, but it needs to be handled in the runner.Maybe merge
TestFailure
andTestError
? Is there a reason to separate them?The text was updated successfully, but these errors were encountered: