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 tests #2

Open
maxbachmann opened this issue Nov 27, 2023 · 1 comment
Open

fuzz tests #2

maxbachmann opened this issue Nov 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@maxbachmann
Copy link
Member

In the Python and C++ implementation fuzz tests against reference implementations are used extensively and have proven to be very helpful in finding issues that could then be converted into regression tests. Something similar should be done in rust as well.

@maxbachmann maxbachmann added the enhancement New feature or request label Nov 27, 2023
@maxbachmann
Copy link
Member Author

I added some initial fuzz tests that at least test that no crashes occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant