tests cleanup

This commit is contained in:
Yostra 2020-06-29 23:58:28 +02:00 committed by Gene Hoffman
parent 213fc96a52
commit e90866ffa9
3 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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

View File

@ -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