mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 14:44:21 +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")
|
||||
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.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user