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

Transitioning tests from hardat to foundry in solidity-util #26

Open
xdaniortega opened this issue May 8, 2023 · 0 comments
Open

Transitioning tests from hardat to foundry in solidity-util #26

xdaniortega opened this issue May 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@xdaniortega
Copy link

Context

Currently, some of our test are still running with Hardhat as the testing tool. However, we have decided to transition to Foundry for testing purposes. This change will require updating the existing test scripts and ensuring that they continue to pass with the new tool.

Proposed Solution:

  1. Update the test scripts to use foundry instead of Hardhat.
  2. Execute the test suite to ensure that all tests are passing with Foundry.
  3. Make necessary changes to any failed tests to ensure they pass with the new tool.
  4. Update documentation to reflect the new testing tool.

Expected outcome

The transition from Hardhat to Foundry should be smooth and should not affect the functionality of the system. The new test tool should provide more flexibility and better support for testing our application.

@xdaniortega xdaniortega self-assigned this May 10, 2023
@xdaniortega xdaniortega added the enhancement New feature or request label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant