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
The previous method of calling the custom `reset` function between tests
resulted in output from `stg pop` and `git reset` leaking to stdout when
running tests. Using test_when_finished achieves the same thing, but with
the test harness able to properly capture the output of those commands.
Signed-off-by: Peter Grayson <[email protected]>
0 commit comments