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

Edge cases #90

Closed
clamydo opened this issue Aug 18, 2015 · 2 comments
Closed

Edge cases #90

clamydo opened this issue Aug 18, 2015 · 2 comments

Comments

@clamydo
Copy link
Contributor

clamydo commented Aug 18, 2015

Is it possible to also define edge cases beside the random data without implementing my own Arbitrary type?

Of course for such cases I could just use normal testing…

@BurntSushi
Copy link
Owner

The answer to all questions starting with: "How do I customize the data generated for testing properties?" is "Define your own type and impl the Arbitrary type."

@BurntSushi
Copy link
Owner

One form of relief here is the ability to export failing test cases and provide some way to re-run them. This is #40.

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

No branches or pull requests

2 participants