Skip to content

Commit

Permalink
docs: improve english of the repo summary in main docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Jun 23, 2023
1 parent add1e2a commit 0147587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Execution Spec Tests Logo](img/execution_spec_tests.png){ width="400" align=right}
</figure>

[ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) is both a collection of test cases and a framework to generate tests for Ethereum execution clients implemented in Python.
[ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) is both a collection of test cases and a framework in Python to generate tests for Ethereum execution clients implemented.

The framework collects and executes the test cases in order to generate _test fixtures_ (JSON) which can be consumed by any execution client to verify their implementation of [ethereum/execution-specs](https://github.com/ethereum/execution-specs). Currently, the fixtures, which define state transition and block tests, are generated by the framework using the `t8n` and `b11r` commands from the [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) `evm` command-line tool. Integration of other `t8n` tools is planned.

Expand Down

0 comments on commit 0147587

Please sign in to comment.