BLS and SSZ static tests

This commit is contained in:
Michael Sproul
2019-08-28 18:46:16 +10:00
parent aed2f6407d
commit 23a308e595
16 changed files with 481 additions and 178 deletions

View File

@@ -4,6 +4,7 @@ pub use case_result::CaseResult;
pub use cases::Case;
pub use doc::Doc;
pub use error::Error;
pub use handler::*;
pub use yaml_decode::YamlDecode;
mod bls_setting;
@@ -12,6 +13,8 @@ mod cases;
mod doc;
mod doc_header;
mod error;
mod handler;
mod type_name;
mod yaml_decode;
/// Defined where an object can return the results of some test(s) adhering to the Ethereum