ef_tests: attestation tests

This commit is contained in:
Michael Sproul
2019-06-04 11:05:35 +10:00
parent 10884359af
commit 5020028bbc
5 changed files with 60 additions and 0 deletions

View File

@@ -115,6 +115,15 @@ fn operations_attester_slashing() {
});
}
#[test]
fn operations_attestation() {
yaml_files_in_test_dir(&Path::new("operations").join("attestation"))
.into_par_iter()
.for_each(|file| {
Doc::assert_tests_pass(file);
});
}
#[test]
#[cfg(not(feature = "fake_crypto"))]
fn bls() {