-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
Use testify instead of native testing library #18972
Labels
Comments
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?
Testify is more concise and have a lot functions that holds default messages that needs to be explicitly wrote with native testing package.
The completion track is as follows:
fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) #18970fix: use testify instead of t.Fatal or t.Error in etcdctl packages #18969fix: use testify instead of t.Fatal or t.Error in contrib package #18968fix: use testify instead of t.Fatal or t.Error in client package (part 1) #18967fix: use testify instead of t.Fatal or t.Error in api package #18966fix: use require instead of t.Fatal(err) in tests/common package #18823fix: use require instead of t.Fatal(err) in tests/e2e package #18821fix: use require instead of t.Fatal(err) in tests/robustness package #18782fix: use require.NoError instead of t.Fatal(err) in tests package (part 1) #18753fix: use require.NoError instead of t.Fatal(err) in contrib and tools packages #18752fix: use require.NoError instead of t.Fatal(err) in client package #18705The text was updated successfully, but these errors were encountered: