ethereum / tests

Common tests for all Ethereum implementations
MIT License
558 stars 319 forks source link

Consider renaming EOFTests -> EOFValidationTests #1340

Closed gumb0 closed 5 months ago

gumb0 commented 9 months ago

Currently there is some confusion between these two very different areas of tests: https://github.com/ethereum/tests/tree/develop/EIPTests/StateTests/stEOF (state tests for EOF) https://github.com/ethereum/tests/tree/develop/EOFTests (EOF validation tests)

Because both can be referred to as "EOF tests" coloquially.

winsvega commented 5 months ago

EOF tests are migrating into pyspecs