diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-02-13 00:37:22 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-02-13 00:37:22 +0800 |
commit | d236107ca14d130c702f15a6d34157be2e2b5f41 (patch) | |
tree | 0ee06d1b13899c5f3d02432858176c36a583f05e /README.md | |
parent | 772a3d69a704e0670f567abefb6608f942136693 (diff) | |
download | tangerine-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar tangerine-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.gz tangerine-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.bz2 tangerine-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.lz tangerine-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.xz tangerine-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.zst tangerine-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.zip |
Add FAQ
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -3,6 +3,9 @@ tests [![Build Status](https://travis-ci.org/ethereum/tests.svg?branch=develop Common tests for all clients to test against. See the documentation http://ethereum-tests.readthedocs.io/ +Contents of this repository +--------------------------- + Do not change test files in folders: * StateTests * BlockchainTests @@ -34,7 +37,13 @@ All files should be of the form: 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. -Links ------ +FAQ +--- + +### I want to test my client, which version shall I use? + +[The develop branch in ethereum/tests](https://github.com/ethereum/tests/tree/develop) is the version to use. + +### How can I add a new test case? -* [cpp-ethereum guide to generate test cases](https://github.com/ethereum/cpp-ethereum/blob/develop/doc/generating_tests.rst) +[testeth guide to generate test cases](https://github.com/ethereum/testeth/blob/develop/doc/generating_tests.rst) |