-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Run flaky eth-tester tests #3157
Conversation
875d360
to
2a9abdf
Compare
c66f218
to
d600678
Compare
d600678
to
d1b74d2
Compare
"to": revert_contract.address, | ||
}, | ||
) | ||
with pytest.raises(TransactionFailed, match="execution reverted"): |
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.
We should check the messages on the "with message" cases, right?
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.
Yeah, that's a good idea. Updated!
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.
lgtm 👍🏼
What was wrong?
eth-tester tests that utilize the
unlocked_account{...}
fixtures weren't being run.How was it fixed?
Added tests to CI and updated the expectations. Also standardized
xfail
s using thenot_implemented
methodl, so any tests that are expected to fail are not using thenot_implemented
method.Todo:
Cute Animal Picture