mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Updates tests to dissable logging based on 17e6066
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from pisa import logging
|
||||
from pisa import c_logger
|
||||
from pisa.tools import check_txid_format
|
||||
from pisa.tools import can_connect_to_bitcoind, in_correct_network, bitcoin_cli
|
||||
|
||||
logging.getLogger().disabled = True
|
||||
c_logger.disabled = True
|
||||
|
||||
|
||||
def test_in_correct_network(run_bitcoind):
|
||||
|
||||
Reference in New Issue
Block a user