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
If you pass t.Context to Run, it would be nice if teardown happens automatically when the context is cancelled. For other use cases, like reusing a container between tests, context.Background can still suffice.
Proposal
If you pass
t.ContexttoRun, it would be nice if teardown happens automatically when the context is cancelled. For other use cases, like reusing a container between tests,context.Backgroundcan still suffice.