Merge pull request #1689 from MrChico/dev

Fix test doc links
This commit is contained in:
Danny Ryan 2020-03-27 13:06:25 -06:00 committed by GitHub
commit 4362355486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Epoch processing covers the sub-transitions during an epoch change.
An epoch-processing test-runner can consume these sub-transition test-suites, An epoch-processing test-runner can consume these sub-transition test-suites,
and handle different kinds of epoch sub-transitions by processing the cases using the specified test handler. and handle different kinds of epoch sub-transitions by processing the cases using the specified test handler.
Information on the format of the tests can be found in the [epoch-processing test formats documentation](../../specs/test_formats/epoch_processing/README.md). Information on the format of the tests can be found in the [epoch-processing test formats documentation](../../formats/epoch_processing/README.md).

View File

@ -6,7 +6,7 @@ Operations (or "transactions" in previous spec iterations),
An operation test-runner can consume these operation test-suites, An operation test-runner can consume these operation test-suites,
and handle different kinds of operations by processing the cases using the specified test handler. and handle different kinds of operations by processing the cases using the specified test handler.
Information on the format of the tests can be found in the [operations test formats documentation](../../specs/test_formats/operations/README.md). Information on the format of the tests can be found in the [operations test formats documentation](../../formats/operations/README.md).

View File

@ -2,7 +2,7 @@
Sanity tests cover regular state-transitions in a common block-list format, to ensure the basics work. Sanity tests cover regular state-transitions in a common block-list format, to ensure the basics work.
Information on the format of the tests can be found in the [sanity test formats documentation](../../specs/test_formats/sanity/README.md). Information on the format of the tests can be found in the [sanity test formats documentation](../../formats/sanity/README.md).

View File

@ -3,4 +3,4 @@
The purpose of this test-generator is to provide test-vectors for the most important applications of SSZ: The purpose of this test-generator is to provide test-vectors for the most important applications of SSZ:
the serialization and hashing of Eth2 data types. the serialization and hashing of Eth2 data types.
Test-format documentation can be found [here](../../specs/test_formats/ssz_static/README.md). Test-format documentation can be found [here](../../formats/ssz_static/README.md).