You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The following are required to either generate or develop tests:
21
21
22
22
3.[`solc`](https://github.com/ethereum/solidity) >= `v0.8.17`; `solc` must be in accessible in the `PATH`.
23
23
24
+
24
25
### Installation
25
26
26
27
To generate tests from the test "fillers", it's necessary to install the Python packages provided by `execution-spec-tests` (it's recommended to use a virtual environment for the installation):
@@ -41,7 +42,6 @@ tf --test-case yul
41
42
head fixtures/example/example/yul.json
42
43
```
43
44
44
-
45
45
### Generating the Execution Spec Tests For Use With Clients
46
46
47
47
To generate all the tests defined in the `./fillers` sub-directory, run the `tf` command:
0 commit comments