From c8330d4216e9f8e31c4e910a6bdf42f09458b2cd Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 2 Jan 2018 08:57:27 -0500 Subject: qa: Use node.datadir instead of tmpdir in test framework --- test/functional/wallet_multiwallet.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/functional/wallet_multiwallet.py') diff --git a/test/functional/wallet_multiwallet.py b/test/functional/wallet_multiwallet.py index 378c06ee59..3a98ae0ad1 100755 --- a/test/functional/wallet_multiwallet.py +++ b/test/functional/wallet_multiwallet.py @@ -10,7 +10,11 @@ import os import shutil from test_framework.test_framework import BitcoinTestFramework -from test_framework.util import assert_equal, assert_raises_rpc_error +from test_framework.util import ( + assert_equal, + assert_raises_rpc_error, +) + class MultiWalletTest(BitcoinTestFramework): def set_test_params(self): -- cgit v1.2.3