Rename rpc-tests directory to functional

This commit is contained in:
John Newbery
2017-03-09 09:44:57 -05:00
parent 00902c48cd
commit c28ee91db0
100 changed files with 25 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
The [pull-tester](/test/pull-tester/) folder contains a script to call
multiple tests from the [rpc-tests](/test/rpc-tests/) folder.
multiple tests from the [functional](/test/functional/) folder.
Every pull request to the bitcoin repository is built and run through
the regression test suite. You can also run all or only individual
@@ -83,5 +83,5 @@ killall bitcoind
Writing tests
=============
You are encouraged to write tests for new or existing features.
Further information about the test framework and individual RPC
tests is found in [test/rpc-tests](/test/rpc-tests).
Further information about the test framework and individual functional
tests is found in [test/functional](/test/functional).