diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-22 14:35:23 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-22 15:29:44 +0000 |
commit | 22b644f47ee2de8a962d00588579076e7a55455a (patch) | |
tree | 58f6a880906e24280ff057db54dd34b738ce0300 /utils | |
parent | functional_tests: add balance tests (diff) | |
download | monero-22b644f47ee2de8a962d00588579076e7a55455a.tar.xz |
functional_tests: move RPC API to utils, it is not test specific
Diffstat (limited to '')
-rw-r--r-- | utils/python-rpc/framework/__init__.py (renamed from tests/functional_tests/test_framework/__init__.py) | 0 | ||||
-rw-r--r-- | utils/python-rpc/framework/daemon.py (renamed from tests/functional_tests/test_framework/daemon.py) | 0 | ||||
-rw-r--r-- | utils/python-rpc/framework/rpc.py (renamed from tests/functional_tests/test_framework/rpc.py) | 0 | ||||
-rw-r--r-- | utils/python-rpc/framework/wallet.py (renamed from tests/functional_tests/test_framework/wallet.py) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/functional_tests/test_framework/__init__.py b/utils/python-rpc/framework/__init__.py index e69de29bb..e69de29bb 100644 --- a/tests/functional_tests/test_framework/__init__.py +++ b/utils/python-rpc/framework/__init__.py diff --git a/tests/functional_tests/test_framework/daemon.py b/utils/python-rpc/framework/daemon.py index 11d5f5845..11d5f5845 100644 --- a/tests/functional_tests/test_framework/daemon.py +++ b/utils/python-rpc/framework/daemon.py diff --git a/tests/functional_tests/test_framework/rpc.py b/utils/python-rpc/framework/rpc.py index b857be4d2..b857be4d2 100644 --- a/tests/functional_tests/test_framework/rpc.py +++ b/utils/python-rpc/framework/rpc.py diff --git a/tests/functional_tests/test_framework/wallet.py b/utils/python-rpc/framework/wallet.py index e9f13667b..e9f13667b 100644 --- a/tests/functional_tests/test_framework/wallet.py +++ b/utils/python-rpc/framework/wallet.py |