mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-23 11:57:19 +00:00
import pytest into test_tree
This commit is contained in:
parent
9557f3cabb
commit
ba585f8b8e
@ -1,6 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
from py_ecc.bls import G2ProofOfPossession as bls
|
from py_ecc.bls import G2ProofOfPossession as bls
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
from eth2deposit.key_handling.key_derivation.tree import (
|
from eth2deposit.key_handling.key_derivation.tree import (
|
||||||
@ -25,7 +26,6 @@ def test_hkdf_mod_r(test) -> None:
|
|||||||
assert bls.KeyGen(seed) == _HKDF_mod_r(IKM=seed)
|
assert bls.KeyGen(seed) == _HKDF_mod_r(IKM=seed)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'test',
|
'test',
|
||||||
test_vectors
|
test_vectors
|
||||||
|
Loading…
Reference in New Issue
Block a user