tests cleanup
This commit is contained in:
parent
213fc96a52
commit
e90866ffa9
|
@ -11,6 +11,7 @@ from src.util.ints import uint32, uint64
|
|||
from tests.setup_nodes import test_constants, bt
|
||||
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def event_loop():
|
||||
loop = asyncio.get_event_loop()
|
||||
|
|
|
@ -15,7 +15,7 @@ from src.rpc.farmer_rpc_api import FarmerRpcApi
|
|||
from src.rpc.harvester_rpc_api import HarvesterRpcApi
|
||||
|
||||
from tests.setup_nodes import setup_farmer_harvester, test_constants, bt
|
||||
from tests.block_tools import get_plot_dir
|
||||
from src.util.block_tools import get_plot_dir
|
||||
from tests.time_out_assert import time_out_assert
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
import asyncio
|
||||
from secrets import token_bytes
|
||||
from pathlib import Path
|
||||
from secrets import token_bytes
|
||||
import aiosqlite
|
||||
|
||||
import pytest
|
||||
from src.util.ints import uint32, uint64, uint128
|
||||
from src.wallet.wallet_store import WalletStore
|
||||
|
|
Loading…
Reference in New Issue