From d52c2e98ac257e76491dbaaaef09e9848a22bcff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ceyhun=20=C5=9Een?= Date: Thu, 15 Aug 2024 10:12:21 +0300 Subject: [PATCH] tests: Create helper directory in tests. --- tests/{json_rpc_call.py => helpers/generate_blocks.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{json_rpc_call.py => helpers/generate_blocks.py} (94%) diff --git a/tests/json_rpc_call.py b/tests/helpers/generate_blocks.py similarity index 94% rename from tests/json_rpc_call.py rename to tests/helpers/generate_blocks.py index 0d05f4d..34e6501 100755 --- a/tests/json_rpc_call.py +++ b/tests/helpers/generate_blocks.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# JSON RPC call example. +# Gets a new address and generates blocks to that address. from requests.auth import HTTPBasicAuth import requests