aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-02-13 00:37:22 +0800
committerYoichi Hirai <i@yoichihirai.com>2018-02-13 00:37:22 +0800
commitd236107ca14d130c702f15a6d34157be2e2b5f41 (patch)
tree0ee06d1b13899c5f3d02432858176c36a583f05e /README.md
parent772a3d69a704e0670f567abefb6608f942136693 (diff)
downloaddexon-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar
dexon-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.gz
dexon-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.bz2
dexon-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.lz
dexon-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.xz
dexon-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.tar.zst
dexon-tests-d236107ca14d130c702f15a6d34157be2e2b5f41.zip
Add FAQ
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files 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)