mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Add progress on test rig
This commit is contained in:
9
beacon_node/beacon_chain/tests/utils/mod.rs
Normal file
9
beacon_node/beacon_chain/tests/utils/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
mod direct_beacon_node;
|
||||
mod direct_duties;
|
||||
mod test_rig;
|
||||
mod validator;
|
||||
|
||||
pub use self::direct_beacon_node::DirectBeaconNode;
|
||||
pub use self::direct_duties::DirectDuties;
|
||||
pub use self::test_rig::TestRig;
|
||||
pub use self::validator::TestValidator;
|
||||
Reference in New Issue
Block a user