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

test(evmengine/keeper): add test cases for upgrades #86

Merged

Conversation

zsystm
Copy link
Collaborator

@zsystm zsystm commented Sep 5, 2024

increased test coverage to 100%.

notes
I followed the existing test conventions for the evmengine module:

  • Tests are written in the form of {file}_internal_test.go within the same package.
  • Each test is implemented as an individual Test function.

In my opinion, it would be better for future maintainability to manage the tests with TestSuite, similar to the evmstaking module. However, changing all the existing test code to this format would require a significant amount of work, so I have adhered to the current convention for now.

If you guys have any different thoughts on this, please feel free to let me know.

issue: #81

@zsystm zsystm force-pushed the zsystm/test/evmengine/keeper/upgrades branch from 4dfecc9 to 2251991 Compare September 5, 2024 13:25
@zsystm zsystm marked this pull request as ready for review September 5, 2024 13:27
@zsystm zsystm self-assigned this Sep 5, 2024
@zsystm zsystm force-pushed the zsystm/test/evmengine/keeper/upgrades branch from 2251991 to fe51c3f Compare September 6, 2024 23:25
@zsystm zsystm force-pushed the zsystm/test/evmengine/keeper/upgrades branch from fe51c3f to a3bdb13 Compare September 10, 2024 01:29
@limengformal limengformal merged commit db89cfb into piplabs:main Sep 10, 2024
6 checks passed
@zsystm zsystm deleted the zsystm/test/evmengine/keeper/upgrades branch September 25, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants