Add README to test_harness

This commit is contained in:
Paul Hauner
2019-03-03 16:38:25 +11:00
parent 697d1ef626
commit 9d77f2b1a8
2 changed files with 151 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
//! Provides a testing environment for the `BeaconChain`, `Attester` and `BlockProposer` objects.
//!
//! This environment bypasses networking client runtimes and connects the `Attester` and `Proposer`
//! This environment bypasses networking and client run-times and connects the `Attester` and `Proposer`
//! directly to the `BeaconChain` via an `Arc`.
//!
//! The `BeaconChainHarness` contains a single `BeaconChain` instance and many `ValidatorHarness`