From d236107ca14d130c702f15a6d34157be2e2b5f41 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Mon, 12 Feb 2018 17:37:22 +0100 Subject: Add FAQ --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ae19eafb..d0cdcf868 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3