mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +00:00
## Why this should be merged Simplify testing in #130. ## How this works Backwards-compatibility tests were originally created in `package types_test` because the first one uses `ethtest` and would have caused a circular dependency. None of the later tests have this issue so they were moved into `package types`. The `cmpeth` test utility isn't currently needed anywhere else so its functionality is collapsed inside this new file. ## How this was tested N/A as simply moving existing tests to different files. |
||
|---|---|---|
| .. | ||
| cmd/internalise | ||
| ethtest | ||
| hookstest | ||
| legacy | ||
| options | ||
| pseudo | ||
| register | ||
| stateconf | ||
| sync | ||
| testonly | ||
| interfaces_test.go | ||
| libevm.go | ||