mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 16:45:01 -05:00
test format doc tweaks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# BLS test suite
|
||||
# BLS tests
|
||||
|
||||
A test suite for BLS. Primarily geared towards verifying the *integration* of any BLS library.
|
||||
A test type for BLS. Primarily geared towards verifying the *integration* of any BLS library.
|
||||
We do not recommend to roll your own crypto, or use an untested BLS library.
|
||||
|
||||
The BLS test suite runner has the following handlers:
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# Operations test suite
|
||||
# Operations tests
|
||||
|
||||
The different kinds of operations ("transactions") are tested individually with test handlers.
|
||||
|
||||
The tested operation kinds are:
|
||||
- [`deposits`](./deposits.md)
|
||||
- More tests are work-in-progress.
|
||||
|
||||
|
||||
The operations test suite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user