-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
raft: use testify package in unit tests #14709
Labels
Comments
/assign |
@falser101 I think the issue is already worked on. #14708 |
Closed by #14708 |
This is not done, there will be a few commits making more tests to take advantage of this package, notably |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added?
Use
github.com/stretchr/testify/require
andgithub.com/stretchr/testify/assert
packages in all unit tests.Demo PR: #14708
Why is this needed?
This removes much boilerplate from the tests, and improves speed and quality of understanding and modifying them.
The text was updated successfully, but these errors were encountered: