aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-testeth.rst
blob: 1395447ad0162a7bfa603c0591af5b3035f62e9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Test Creation
=============

Instructions on how to create tests and how to use the cpp-client ``testeth`` tool
can be found in the c++ documentation
`test generation chapter <https://github.com/ethereum/aleth/blob/master/doc/generating_tests.rst>`_.

Since docker images pointed to in the test generation docs are often outdated, you will probably
have to rely on your own `source build <https://github.com/ethereum/aleth/#building-from-source>`_ of the Aleth C++
Ethereum client for generating tests (start this early on since this is taking some time).