Finalise bls spec tests

This commit is contained in:
Kirk Baird
2019-05-21 12:46:22 +10:00
parent 6bab62e629
commit 7a96ad130e
10 changed files with 295 additions and 55 deletions

View File

@@ -26,7 +26,6 @@ fn yaml_files_in_test_dir(dir: &str) -> Vec<PathBuf> {
.collect()
}
/*
#[test]
fn ssz_generic() {
yaml_files_in_test_dir("ssz_generic")
@@ -44,7 +43,6 @@ fn ssz_static() {
Doc::assert_tests_pass(file);
});
}
*/
#[test]
fn bls() {