This website requires JavaScript.
Explore
Help
Register
Sign In
tornadocontrib
/
go-ethereum
Watch
1
Star
0
Fork
0
You've already forked go-ethereum
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
abd49a6c48
go-ethereum
/
.gitmodules
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: update tests and implement general state tests (#14734) Tests are now included as a submodule. This should make updating easier and removes ~60MB of JSON data from the working copy. State tests are replaced by General State Tests, which run the same test with multiple fork configurations. With the new test runner, consensus tests are run as subtests by walking json files. Many hex issues have been fixed upstream since the last update and most custom parsing code is replaced by existing JSON hex types. Tests can now be marked as 'expected failures', ensuring that fixes for those tests will trigger an update to test configuration. The new test runner also supports parallel execution and the -short flag.
2017-07-11 14:49:14 +03:00
[submodule "tests"]
path = tests/testdata
url = https://github.com/ethereum/tests
tests/testdata: make submodule shallow (#23412) Before: 316M .git/modules/tests/ After: 171M .git/modules/tests/
2021-08-24 14:56:31 +03:00
shallow = true
Reference in New Issue
Copy Permalink