-
Notifications
You must be signed in to change notification settings - Fork 12
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
Base Bundler #430
Base Bundler #430
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking, I'm just challenging because I do think duplicating test files will be easier to maintain on the long run. We may revert to that later
Co-authored-by: Quentin Garchery <QGarchery@users.noreply.github.com> Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's a blocker but if I run tests with --chain
other than 1, I get several repetitions of
proptest: Aborting shrinking after the PROPTEST_MAX_SHRINK_ITERS environment variable or ProptestConfig.max_shrink_iters iterations (set 64 to a large(r) value to shrink more; current configuration: 64 iterations)
4b42813
Base Bundler !
Test and config archi could be refactored (and simplified imo, see #428).
It would be great to have a skip cheatcode at the
setUp
stage to be able to skip tests that are not needed on base.