aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-08-30 04:50:04 +0800
committerGitHub <noreply@github.com>2017-08-30 04:50:04 +0800
commitd08cb18aba6b5e06b6545e4a3ec81c39837a94b6 (patch)
tree1b9089f0673efd1781bfb1c0145e37139ba5bda5 /docs/index.rst
parent953d6f51c3a54bc9015208a258f5a88841d2b919 (diff)
parentedc0746eac6c2912d4def3971cd3552f3ffaa6e0 (diff)
downloaddexon-tests-d08cb18aba6b5e06b6545e4a3ec81c39837a94b6.tar.gz
dexon-tests-d08cb18aba6b5e06b6545e4a3ec81c39837a94b6.tar.zst
dexon-tests-d08cb18aba6b5e06b6545e4a3ec81c39837a94b6.zip
Merge pull request #284 from holgerd77/add-docs
Integrate test documentation from Homestead docs
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 000000000..cfd45916f
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,34 @@
+.. _ethereum_tests:
+
+################################################################################
+Ethereum Tests
+################################################################################
+| Common tests for all clients to test against. The `git repo <https://github.com/ethereum/tests>`_ updated regulary with new tests.
+| This section describes basic test concepts and templates which are created by cpp-client.
+|
+
+.. note::
+ Larger parts of the test docs are currently outdated (see :ref:`contribute` on how to
+ help).
+
+.. toctree::
+ :maxdepth: 2
+ :caption: Contents:
+
+ using-testeth.rst
+ blockchain_tests/index.rst
+ state_tests/index.rst
+ rlp_tests/index.rst
+ difficulty_tests/index.rst
+ transaction_tests/index.rst
+ vm_tests/index.rst
+ contribute.rst
+
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`