From 3150b3fea732df23c6273f43102cc64783aaee9c Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Thu, 25 Jan 2018 09:44:30 +1000 Subject: [tests] Rename misc functional tests. --- test/functional/rest.py | 326 ------------------------------------------------ 1 file changed, 326 deletions(-) delete mode 100755 test/functional/rest.py (limited to 'test/functional/rest.py') diff --git a/test/functional/rest.py b/test/functional/rest.py deleted file mode 100755 index 9006e27cbe..0000000000 --- a/test/functional/rest.py +++ /dev/null @@ -1,326 +0,0 @@ -#!/usr/bin/env python3 -# Copyright (c) 2014-2017 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying -# file COPYING or http://www.opensource.org/licenses/mit-license.php. -"""Test the REST API.""" - -from test_framework.test_framework import BitcoinTestFramework -from test_framework.util import * -from struct import * -from io import BytesIO -from codecs import encode - -import http.client -import urllib.parse - -def deser_uint256(f): - r = 0 - for i in range(8): - t = unpack(b"