-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
chore: update lint dependencies #3704
chore: update lint dependencies #3704
Conversation
function_to_test=lambda: erc20_caller.transfer(w3.eth.accounts[1], -1), | ||
exception=ValidationError, | ||
) | ||
with assert_tx_failed(ValidationError): |
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.
this is kind of an interesting use of assert_tx_failed
because it exposes a naming issue with assert_tx_failed
-- assert_tx_failed
doesn't actually necessarily check for transaction failure, it could test any exception (and just anchors the state)
tests/functional/codegen/calling_convention/test_external_contract_calls.py
Outdated
Show resolved
Hide resolved
tests/functional/codegen/calling_convention/test_external_contract_calls.py
Outdated
Show resolved
Hide resolved
tests/functional/codegen/calling_convention/test_return_tuple.py
Outdated
Show resolved
Hide resolved
tests/functional/codegen/calling_convention/test_return_tuple.py
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3704 +/- ##
==========================================
- Coverage 83.99% 83.94% -0.05%
==========================================
Files 92 92
Lines 13056 13056
Branches 2932 2932
==========================================
- Hits 10966 10960 -6
- Misses 1658 1663 +5
- Partials 432 433 +1 ☔ View full report in Codecov by Sentry. |
0abe8cc
to
0920eb6
Compare
What I did
Update lint dependencies.
I have been experiencing some F821 issues when running flake8 with
match
statements. This seems to have been fixed in pyflakes, so it would be great to update the linting dependencies and be able to use morematch
statements.How I did it
How to verify it
Commit message
Update lint dependencies
Description for the changelog
n/a
Cute Animal Picture