Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define a subset of the testing.TB methods needed for assertions #8

Open
erutherford opened this issue Mar 22, 2021 · 0 comments
Open

Comments

@erutherford
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant