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

Embrace proptest v1 #76

Merged
merged 1 commit into from
Nov 12, 2021
Merged

Embrace proptest v1 #76

merged 1 commit into from
Nov 12, 2021

Conversation

LLFourn
Copy link
Owner

@LLFourn LLFourn commented Nov 12, 2021

Fixes #72

I implemented Aribitrary for Point, Scalar and XOnly. I managed to figure out how to get them to emit edge cases rather than just uniformly samples elements.

Implement Arbitrary for core types. Importantly the implementations emit
edge cases like 0. I tried to dogfood it a bit by using it in the tests.
Base automatically changed from k256 to master November 12, 2021 04:27
@LLFourn LLFourn merged commit 87e960e into master Nov 12, 2021
@LLFourn LLFourn deleted the proptestv1 branch November 12, 2021 04:39
@thomaseizinger
Copy link
Contributor

Nice work!

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.

proptest feature
2 participants