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

Migrate testing to Go's testing package #106

Open
fujimotos opened this issue Nov 7, 2021 · 1 comment
Open

Migrate testing to Go's testing package #106

fujimotos opened this issue Nov 7, 2021 · 1 comment

Comments

@fujimotos
Copy link
Member

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.

wasim-nihal added a commit to wasim-nihal/fluent-logger-golang that referenced this issue Jul 31, 2023
Migrating from "github.com/bmizerany/assert" (which is not maintained now) to "github.com/stretchr/testify/assert"

Fix for fluent#106
@wasim-nihal
Copy link

Hi, I would like to contribute here. Please find the PR for this change #121 and let me know if any changes are required.

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

2 participants