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

make quickcheck configurable #6

Open
mndrix opened this issue Dec 15, 2013 · 1 comment
Open

make quickcheck configurable #6

mndrix opened this issue Dec 15, 2013 · 1 comment

Comments

@mndrix
Copy link
Collaborator

mndrix commented Dec 15, 2013

All quickcheck behaviors are currently hard coded. Move some of them to an options argument. A good place to start is TestCount. This is probably a good place to use dicts.

@nicoabie
Copy link
Owner

nicoabie commented May 9, 2019

TestCount option is already implemented.
The following are options that could be added:

  • size: maximum size of generated values
  • quiet: do not print warnings
  • throw_on_error: whether to throw a counter_example or not (default is true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants