We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 require instead of t.Fatal(err) in tests/common package #18823fix: 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: