Add untested ssz_static test impl

This commit is contained in:
Paul Hauner
2019-05-14 10:01:20 +10:00
parent 55ff1e0b40
commit c3b4739a11
5 changed files with 72 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ fn load_test_case<T: DeserializeOwned>(test_name: &str) -> TestDoc<T> {
}
#[test]
fn ssz() {
fn ssz_generic() {
let doc: TestDoc<SszGeneric> = load_test_case("ssz_generic/uint/uint_bounds.yaml");
let results = doc.test();