mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-19 15:14:26 +01:00
Sets sim verbose to False for unit tests
This commit is contained in:
@@ -27,7 +27,7 @@ from common.cryptographer import Cryptographer
|
|||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
def run_bitcoind():
|
def run_bitcoind():
|
||||||
bitcoind_thread = Thread(target=run_simulator, kwargs={"mode": "event"})
|
bitcoind_thread = Thread(target=run_simulator, kwargs={"mode": "event", "verbose": False})
|
||||||
bitcoind_thread.daemon = True
|
bitcoind_thread.daemon = True
|
||||||
bitcoind_thread.start()
|
bitcoind_thread.start()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user