-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Simple REVM test runner #788
Merged
Merged
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ee47195 - Browse repository at this point
Copy the full SHA ee47195View commit details -
refactor: simple revm test runner
Current features: - Can run unit tests - Works with both revert-type tests and DSTest-type tests - Collects logs, albeit not for reverting tests - Integrated with config and CLI flags Disabled features: - Gas reports - Tracing - Cheatcodes - Fuzzing - Log decoding - Forking mode - Hardhat-style `console.log`, since those require us to decode calls to a specific address (HH does not emit logs) - The debugger In addition to this, I've disabled some tests that could never pass under the current circumstances, but that should be adjusted and re-enabled when their respective features are implemented (such as fuzz tests)
Configuration menu - View commit details
-
Copy full SHA for dcc93d4 - Browse repository at this point
Copy the full SHA dcc93d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981af9e - Browse repository at this point
Copy the full SHA 981af9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd39db8 - Browse repository at this point
Copy the full SHA cd39db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1313e2f - Browse repository at this point
Copy the full SHA 1313e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bbac1b - Browse repository at this point
Copy the full SHA 1bbac1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c202b - Browse repository at this point
Copy the full SHA 94c202bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7258d - Browse repository at this point
Copy the full SHA ec7258dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9eff2d - Browse repository at this point
Copy the full SHA e9eff2dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.