github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/tests/files/README.md (about) 1 tests 2 ===== 3 4 Common tests for all clients to test against. 5 6 All files should be of the form: 7 8 ``` 9 { 10 "test1name": 11 { 12 "test1property1": ..., 13 "test1property2": ..., 14 ... 15 }, 16 "test2name": 17 { 18 "test2property1": ..., 19 "test2property2": ..., 20 ... 21 } 22 } 23 ``` 24 25 Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values. 26