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

Add missing tests of int{32,64}, option, and result combinators #316

Merged
merged 9 commits into from
Jan 22, 2025

Conversation

jmid
Copy link
Collaborator

@jmid jmid commented Jan 21, 2025

Fixes #310

#307 and #308 added new combinators. This PR adds tests of them:

  • unit tests for shrinkers
  • positive property tests to exercise generators
  • negative property tests (of false properties) to exercise generators, shrinkers, and printers
  • stat distribution tests of generators

and even a couple of function tests of int{32,64},

@jmid
Copy link
Collaborator Author

jmid commented Jan 22, 2025

All green and proof-read. Merging.

@jmid jmid merged commit 2c49458 into c-cube:main Jan 22, 2025
13 checks passed
@jmid jmid deleted the missing-tests branch January 22, 2025 12:07
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.

Add tests for new combinators
1 participant