test format doc tweaks
This commit is contained in:
parent
7ca20d71ca
commit
fcb7e3437e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue