Add (failing) attester_slashing tests

This commit is contained in:
Paul Hauner
2019-05-24 13:57:44 +10:00
parent 686963bd34
commit 07931d1f5a
4 changed files with 60 additions and 0 deletions

View File

@@ -77,6 +77,12 @@ impl Doc {
("operations", "proposer_slashing", "minimal") => {
run_test::<OperationsProposerSlashing<MinimalEthSpec>>(self)
}
("operations", "attester_slashing", "mainnet") => {
run_test::<OperationsAttesterSlashing<MainnetEthSpec>>(self)
}
("operations", "attester_slashing", "minimal") => {
run_test::<OperationsAttesterSlashing<MinimalEthSpec>>(self)
}
(runner, handler, config) => panic!(
"No implementation for runner: \"{}\", handler: \"{}\", config: \"{}\"",
runner, handler, config