This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Refactor tests structure#1352
Merged
Merged
Conversation
disconnect3d
added a commit
that referenced
this pull request
Feb 12, 2019
* master: Ensure native deps (better error message) (#1367) Make sys_lseek return offset location (#1355) Fix a typo in the documentation (#1360) Refactor tests structure (#1352) Dev single gas calc (#1353) Symbolic memory model bugfixes (#1350) Refactor not-existing SValue into BitVecVariable Config with context (#1345) Update Capstone to 4.0.1 (#1312) evm: fix _check_jumpdest when run with detectors (#1347) Move tx default gas value to config (#1346)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Renamed all tests to
test_and moved them here and there. Changed the jobs in.travis.ymla bit, simplified some of the stuff (e.g.travis_test.sh).Also enabled all not runned tests before to be run! We had some of these as we lacked
__init__.pyand so unittest didn't discover some of the tests 😞I also refactored the VMTests generator so it produces more clean/readable code.
This change is