diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-31 20:01:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 20:01:56 +0800 |
commit | f93e53ddcf5220dceb9f22222e55b54ab90ddf8f (patch) | |
tree | 8b0b253d62286073b506c253a7007391fc0a87a8 /docs/using-testeth.rst | |
parent | 2bf539099e93b87aa0149065f0bc0e60aa6811b9 (diff) | |
parent | 047ea6801d058a6bd58f0f7a3d4aaa6d659684a7 (diff) | |
download | tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.gz tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.bz2 tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.lz tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.xz tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.tar.zst tangerine-tests-f93e53ddcf5220dceb9f22222e55b54ab90ddf8f.zip |
Merge pull request #292 from holgerd77/update-docs
Structural overhaul of the whole docs / Updated state test section / info box on test type status
Diffstat (limited to 'docs/using-testeth.rst')
-rw-r--r-- | docs/using-testeth.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/using-testeth.rst b/docs/using-testeth.rst index 49ef3945a..390225d7f 100644 --- a/docs/using-testeth.rst +++ b/docs/using-testeth.rst @@ -1,7 +1,7 @@ -***************************************************** Using Testeth -***************************************************** +============= + Ethereum cpp-client testeth tool for creation and execution of ethereum tests. To run tests you should open folder (see also `Installing and building <http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/index.html#installing-and-building>`_ @@ -51,7 +51,7 @@ That's it for test execution. To read more about command line options you may ru Now let's see what test cases are available. Test Cases --------------------------------------------------------------------------------- +---------- Almost each test case has its filler file available at ``/webthree-umbrella/libethereum/test`` |