aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-02-20 00:24:14 +0800
committerGitHub <noreply@github.com>2018-02-20 00:24:14 +0800
commit7cacabd90a4ed4ff9325fdb88822be365fbe277c (patch)
tree09a115dfd82735a7e22d9413422ce5af3d1f0714
parentb91976cb16c11beceaf19b1b84463916f67537ac (diff)
parentd236107ca14d130c702f15a6d34157be2e2b5f41 (diff)
downloaddexon-tests-7cacabd90a4ed4ff9325fdb88822be365fbe277c.tar.gz
dexon-tests-7cacabd90a4ed4ff9325fdb88822be365fbe277c.tar.zst
dexon-tests-7cacabd90a4ed4ff9325fdb88822be365fbe277c.zip
Merge pull request #414 from pirapira/add_faq
Add FAQ
-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)