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

Fuzz testing #243

Open
alldroll opened this issue Dec 17, 2019 · 2 comments
Open

Fuzz testing #243

alldroll opened this issue Dec 17, 2019 · 2 comments

Comments

@alldroll
Copy link
Member

alldroll commented Dec 17, 2019

One of the most primary types of test we use to ensure that the library works well is unit testing.
We can't rely on only these tests, as there is a big probability of human errors.

Fuzz testing is a good candidate which could help us to make the package more tolerant to randomized/invalid data inputs.

There are some platforms that offer continuous fuzzing

@lemire
Copy link
Member

lemire commented Dec 17, 2019

Want to issue a PR?

@alldroll
Copy link
Member Author

@lemire I would like to!

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