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

add simple fuzz test #56

Merged
merged 1 commit into from
May 9, 2023
Merged

add simple fuzz test #56

merged 1 commit into from
May 9, 2023

Conversation

josharian
Copy link
Contributor

This is about as minimal as it gets, but it was enough to catch #54.

It's a bit weird to have a file called fuzz_test.go
and another called fuzzy_test.go.
I guess that's life in a fuzzy matching project.

This is about as minimal as it gets, but it was enough to catch lithammer#54.

It's a bit weird to have a file called fuzz_test.go
and another called fuzzy_test.go.
I guess that's life in a fuzzy matching project.
@josharian
Copy link
Contributor Author

Note that this fuzz test will fail until #55 is merged.

@lithammer lithammer merged commit e05c30e into lithammer:master May 9, 2023
@lithammer
Copy link
Owner

It's a bit weird to have a file called fuzz_test.go
and another called fuzzy_test.go.
I guess that's life in a fuzzy matching project.

I can live with that 🙂 Just need to make this run in CI as well.

@josharian josharian deleted the fuzz-tests branch May 15, 2023 16:37
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

Successfully merging this pull request may close these issues.

2 participants