[QA] restructure rpc tests directory

* move non-test classes to subdir `test-framework`
This commit is contained in:
Jonas Schnelli
2015-05-02 12:53:35 +02:00
parent 26e08a16a6
commit 64937fe51a
42 changed files with 71 additions and 88 deletions

View File

@@ -5,9 +5,8 @@
# Exercise the listreceivedbyaddress API
from test_framework import BitcoinTestFramework
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
from util import *
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
def get_sub_array_from_array(object_array, to_match):