From feac754925aff2c0cc08233228d5785f42f4d1aa Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 10 Jul 2018 21:23:13 -0400 Subject: [PATCH] reduce verbosity for integration test --- tests/integration/test_transactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_transactions.py b/tests/integration/test_transactions.py index 0f62e12b2..d19cb778a 100644 --- a/tests/integration/test_transactions.py +++ b/tests/integration/test_transactions.py @@ -5,7 +5,7 @@ from torba.constants import COIN class BasicTransactionTests(IntegrationTestCase): - VERBOSE = True + VERBOSE = False async def test_sending_and_receiving(self): account1, account2 = self.account, self.wallet.generate_account(self.ledger)