diff options
author | holgerd77 <Holger.Drewes@gmail.com> | 2017-08-31 02:28:20 +0800 |
---|---|---|
committer | holgerd77 <Holger.Drewes@gmail.com> | 2017-08-31 02:28:20 +0800 |
commit | f7c1b767bba59ae4836f794bff7eeeb51b2bdecf (patch) | |
tree | 046c1fe078de1cb7dd7a04dc8e60630877e4950a | |
parent | c098cf4761fffaf781cac3d0dc3823cdc020958e (diff) | |
download | dexon-tests-f7c1b767bba59ae4836f794bff7eeeb51b2bdecf.tar dexon-tests-f7c1b767bba59ae4836f794bff7eeeb51b2bdecf.tar.gz dexon-tests-f7c1b767bba59ae4836f794bff7eeeb51b2bdecf.tar.bz2 dexon-tests-f7c1b767bba59ae4836f794bff7eeeb51b2bdecf.tar.lz dexon-tests-f7c1b767bba59ae4836f794bff7eeeb51b2bdecf.tar.xz dexon-tests-f7c1b767bba59ae4836f794bff7eeeb51b2bdecf.tar.zst dexon-tests-f7c1b767bba59ae4836f794bff7eeeb51b2bdecf.zip |
Moved to a simpler file structure for test types
-rw-r--r-- | docs/index.rst | 12 | ||||
-rw-r--r-- | docs/test_types/blockchain_tests.rst (renamed from docs/blockchain_tests/index.rst) | 0 | ||||
-rw-r--r-- | docs/test_types/difficulty_tests.rst (renamed from docs/difficulty_tests/index.rst) | 0 | ||||
-rw-r--r-- | docs/test_types/rlp_tests.rst (renamed from docs/rlp_tests/index.rst) | 0 | ||||
-rw-r--r-- | docs/test_types/state_tests.rst (renamed from docs/state_tests/index.rst) | 0 | ||||
-rw-r--r-- | docs/test_types/transaction_tests.rst (renamed from docs/transaction_tests/index.rst) | 0 | ||||
-rw-r--r-- | docs/test_types/vm_tests.rst (renamed from docs/vm_tests/index.rst) | 0 |
7 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index 5dd1f5518..8840e12eb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,12 +16,12 @@ Ethereum Tests :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 + test_types/blockchain_tests.rst + test_types/state_tests.rst + test_types/rlp_tests.rst + test_types/difficulty_tests.rst + test_types/transaction_tests.rst + test_types/vm_tests.rst contribute.rst diff --git a/docs/blockchain_tests/index.rst b/docs/test_types/blockchain_tests.rst index c9b6dd359..c9b6dd359 100644 --- a/docs/blockchain_tests/index.rst +++ b/docs/test_types/blockchain_tests.rst diff --git a/docs/difficulty_tests/index.rst b/docs/test_types/difficulty_tests.rst index a72e5cb9a..a72e5cb9a 100644 --- a/docs/difficulty_tests/index.rst +++ b/docs/test_types/difficulty_tests.rst diff --git a/docs/rlp_tests/index.rst b/docs/test_types/rlp_tests.rst index 2d812aae6..2d812aae6 100644 --- a/docs/rlp_tests/index.rst +++ b/docs/test_types/rlp_tests.rst diff --git a/docs/state_tests/index.rst b/docs/test_types/state_tests.rst index facb66187..facb66187 100644 --- a/docs/state_tests/index.rst +++ b/docs/test_types/state_tests.rst diff --git a/docs/transaction_tests/index.rst b/docs/test_types/transaction_tests.rst index f4bac251d..f4bac251d 100644 --- a/docs/transaction_tests/index.rst +++ b/docs/test_types/transaction_tests.rst diff --git a/docs/vm_tests/index.rst b/docs/test_types/vm_tests.rst index 4ab33c921..4ab33c921 100644 --- a/docs/vm_tests/index.rst +++ b/docs/test_types/vm_tests.rst |