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
Glitter uses prop test to do "fuzz" style testing, but cargo fuzz can probably do better since it can generate coverage guided test input.
cargo fuzz
As a follow up, it might be nice to figure out how to test the actual libgit2 side of glitter.
libgit2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Glitter uses prop test to do "fuzz" style testing, but
cargo fuzz
can probably do better since it can generate coverage guided test input.As a follow up, it might be nice to figure out how to test the actual
libgit2
side of glitter.The text was updated successfully, but these errors were encountered: