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

Create a Default impl for ProptestStatefulConfig #1

Open
nickelization opened this issue Jun 28, 2023 · 0 comments
Open

Create a Default impl for ProptestStatefulConfig #1

nickelization opened this issue Jun 28, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@nickelization
Copy link
Contributor

Would be nice if we could just call ProptestStatefulConfig::default() if we don't want to have to fill in all the struct fields by hand. Maybe that gives us min ops of 10 and max of 20 or something, and a default timeout of 60 seconds for async tests?

It'd be even nicer if we had extra methods like default_with_timeout(Duration) and default_with_case_size(range).

@nickelization nickelization added enhancement New feature or request good first issue Good for newcomers labels Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant