mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-23 03:51:39 +00:00
import pytest into test_tree
This commit is contained in:
parent
9557f3cabb
commit
ba585f8b8e
@ -1,6 +1,7 @@
|
||||
import os
|
||||
import json
|
||||
from py_ecc.bls import G2ProofOfPossession as bls
|
||||
import pytest
|
||||
|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
'test',
|
||||
test_vectors
|
||||
|
Loading…
Reference in New Issue
Block a user