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
Right now, when a subprocess fails, the only information the test displays is that the status code was incorrect. We should show the stdout/stderr of the subprocess as well to make debugging tests easier.
Right now, when a subprocess fails, the only information the test displays is that the status code was incorrect. We should show the stdout/stderr of the subprocess as well to make debugging tests easier.
See #133 for this deficiency in action.
The text was updated successfully, but these errors were encountered: