Updates tests to dissable logging based on 17e6066

This commit is contained in:
Sergi Delgado Segura
2019-10-26 14:22:21 -07:00
parent f61474216c
commit dfaec51a3b
11 changed files with 25 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ from uuid import uuid4
from threading import Thread
from queue import Queue, Empty
from pisa import c_logger
from pisa.tools import check_txid_format
from test.simulator.utils import sha256d
from pisa.responder import Responder, Job
@@ -13,6 +14,8 @@ from test.unit.conftest import get_random_value_hex
from test.unit.conftest import generate_block, generate_blocks
from pisa.conf import BTC_RPC_USER, BTC_RPC_PASSWD, BTC_RPC_HOST, BTC_RPC_PORT
c_logger.disabled = True
@pytest.fixture(scope="module")
def responder(db_manager):