defi-wonderland / solidity-foundry-boilerplate

⚒️ Start your next Solidity project with Foundry in seconds
MIT License
186 stars 27 forks source link

style: rename tests #35

Closed dristpunk closed 1 year ago

dristpunk commented 1 year ago

Closes BES-97

linear[bot] commented 1 year ago
BES-97 Rename e2e tests to integration tests

* rename `solidity/test/e2e` to `solidity/test/integration` * rename `solidity/test/e2e/Common.sol` to `IntegrationBase.sol` * rename `CommonE2EBase` to `IntegrationBase` * rename `E2EGreeter` to `IntegrationGreeter`