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
Riot handles errors coming from assertion blocks, but it does not gracefully handle errors from setup-like blocks (setup, hookup, etc.); all tests stop when those bombs are dropped. Instead, Riot should report that the error came from one of those blocks and keep going.
Plus, we'll get fancier backtrace filtering.
The text was updated successfully, but these errors were encountered:
Riot handles errors coming from assertion blocks, but it does not gracefully handle errors from setup-like blocks (setup, hookup, etc.); all tests stop when those bombs are dropped. Instead, Riot should report that the error came from one of those blocks and keep going.
Plus, we'll get fancier backtrace filtering.
The text was updated successfully, but these errors were encountered: