forked from TrueCloudLab/frostfs-testlib
Refactoring utils with adding several new ones
This commit is contained in:
parent
5568cbd0bf
commit
4fd9d69701
10 changed files with 276 additions and 61 deletions
|
@ -5,7 +5,7 @@ from uuid import uuid4
|
|||
|
||||
from neo3.wallet.wallet import Wallet
|
||||
|
||||
from frostfs_testlib.utils.wallet import init_wallet, get_last_address_from_wallet
|
||||
from frostfs_testlib.utils.wallet_utils import get_last_address_from_wallet, init_wallet
|
||||
|
||||
|
||||
class TestWallet(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue