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
While writing a unit test for #105, I noticed that https://github.com/bmizerany/assert has been abandoned (circa 2016).
The current preferred way to implement testing seems to be Go's testing package. Let's migrate fluent-logger-golang's testing to use it.
fluent-logger-golang
The text was updated successfully, but these errors were encountered:
Migration to go testing framework. Fixes issue 106
0740499
Migrating from "github.com/bmizerany/assert" (which is not maintained now) to "github.com/stretchr/testify/assert" Fix for fluent#106
Hi, I would like to contribute here. Please find the PR for this change #121 and let me know if any changes are required.
Sorry, something went wrong.
No branches or pull requests
While writing a unit test for #105, I noticed that https://github.com/bmizerany/assert
has been abandoned (circa 2016).
The current preferred way to implement testing seems to be Go's testing package.
Let's migrate
fluent-logger-golang
's testing to use it.The text was updated successfully, but these errors were encountered: