[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

@@ -7,8 +7,8 @@
# Test REST interface
#
from test_framework import BitcoinTestFramework
from util import *
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
import base64
try: