-
Notifications
You must be signed in to change notification settings - Fork 164
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 property based testing for felt operations #700
Labels
enhancement
New feature or request
Comments
This was referenced Jan 9, 2023
martinacantaro
changed the title
Add property based testing
Add property based testing for felt operations
Jan 13, 2023
Something to improve: due to the way we wrote the regexes, zeroes are overrepresented. |
This was referenced Jan 13, 2023
Merged
4 tasks
I need to fix the iter::sum test, since it tests simple addition and not iterative sum |
Sum Zeros is actually testing Add Zeros, fix this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add property based testing using proptest to ensure operations done with felts are working correctly. These are all the current operations available for felts. Those marked as done have been tested using proptest.
The text was updated successfully, but these errors were encountered: