test format doc tweaks

This commit is contained in:
protolambda 2019-04-12 22:19:10 +10:00
parent 7ca20d71ca
commit fcb7e3437e
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
2 changed files with 10 additions and 4 deletions

View File

@ -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:

View File

@ -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