Page MenuHomePhabricator

Rename rpc-tests directory to functional
ClosedPublic

Authored by schancel on Dec 19 2017, 20:14.

Details

Summary

Port over the following commit from Bitcoin core:

commit c28ee91db07ce82e134d500ddeb5600363c98048
Author: John Newbery <john@johnnewbery.com>
Date:   Thu Mar 9 09:44:57 2017 -0500

    Rename rpc-tests

Depends on D829
Relates to T124

Test Plan

test/rpc-tests/test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Dec 20 2017, 02:35

I noticed rpc still exists in a lot of files, so maybe clean those up in another diff. This diff is big enough as it is.

test/pull-tester/rpc-tests.py
7 ↗(On Diff #2196)

Should this filename change to functional-tests.py? Same question for the other rpc* files.

354 ↗(On Diff #2196)

RPCCoverage -> Coverage

375 ↗(On Diff #2196)

Replace rpc -> functional throughout this method.

This revision was automatically updated to reflect the committed changes.