Add shuffling ef_tests

This commit is contained in:
Paul Hauner
2019-05-23 23:22:54 +10:00
parent ffcd1e6409
commit 5ed3c8bec3
6 changed files with 65 additions and 1 deletions

View File

@@ -60,6 +60,15 @@ fn ssz_static() {
});
}
#[test]
fn shuffling() {
yaml_files_in_test_dir(&Path::new("shuffling").join("core"))
.into_par_iter()
.for_each(|file| {
Doc::assert_tests_pass(file);
});
}
#[test]
#[cfg(not(feature = "fake_crypto"))]
fn operations_deposit() {