[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

@@ -19,9 +19,8 @@
# k) test ResendWalletTransactions - create transactions, startup fourth node, make sure it syncs
#
from test_framework import BitcoinTestFramework
from util import *
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
class WalletTest (BitcoinTestFramework):