Enable operations tests, start testing

This commit is contained in:
Paul Hauner
2019-05-22 16:46:50 +10:00
parent 2cffca7b1a
commit 30d582f40d
3 changed files with 24 additions and 20 deletions

View File

@@ -51,14 +51,12 @@ impl Doc {
("bls", "msg_hash_uncompressed", "mainnet") => vec![],
("bls", "priv_to_pub", "mainnet") => run_test::<BlsPrivToPub>(self),
("bls", "sign_msg", "mainnet") => run_test::<BlsSign>(self),
/*
("operations", "deposit", "mainnet") => {
run_test::<OperationsDeposit<MainnetEthSpec>>(self)
}
("operations", "deposit", "minimal") => {
run_test::<OperationsDeposit<MinimalEthSpec>>(self)
}
*/
(runner, handler, config) => panic!(
"No implementation for runner: \"{}\", handler: \"{}\", config: \"{}\"",
runner, handler, config