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
We should determine the subset of methods from the testing.TB interface we need to provide for fully functioning assertions. We should also take into consideration which methods should or shouldn't be used across goroutine boundaries. Once we've determine the subset we should update the WithTesting method and the built in assertions to use this interface.
This change should be considered a breaking change for versioning.
The text was updated successfully, but these errors were encountered:
We should determine the subset of methods from the testing.TB interface we need to provide for fully functioning assertions. We should also take into consideration which methods should or shouldn't be used across goroutine boundaries. Once we've determine the subset we should update the
WithTesting
method and the built in assertions to use this interface.This change should be considered a breaking change for versioning.
The text was updated successfully, but these errors were encountered: