-
Notifications
You must be signed in to change notification settings - Fork 1.6k
test: add more comprehensive tests for FeeVote
#5746
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5746 +/- ##
=======================================
Coverage 78.9% 78.9%
=======================================
Files 816 816
Lines 72246 72246
Branches 8418 8418
=======================================
+ Hits 56993 56994 +1
+ Misses 15253 15252 -1 🚀 New features to boost your workflow:
|
I understand that |
I can remove that part if you'd like (it was more for full codecov etc). IMO the more important aspect is the fee voting tests, as fee voting does still need to happen every flag ledger. |
I don't have a strong call on this, just a general remark, so this is up to you. Personally I think those are not worth adding at this point. |
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!
This reverts commit 41368f2.
This change adds more comprehensive tests for the `FeeVote` module, which previously only checked the basics, and not the more comprehensive flows in that class.
High Level Overview of Change
This PR, as the title says, adds more comprehensive tests for the
FeeVote
module.Previously, the tests only checked the basics, and not the more comprehensive flows in that class.
There is no source code change in this PR.
Context of Change
In preparation for #5600 - instead of including these (not-feature-specific) tests in that PR, I'd prefer to just add the Smart Escrow-specific tests there, making it easier to review (and decreasing the diff a bit).
Type of Change
Test Plan
This PR is only tests. The tests pass in CI.