Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py

This commit is contained in:
John Newbery
2017-03-09 09:53:26 -05:00
parent c28ee91db0
commit a9bd622a65
9 changed files with 25 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
"""Create a blockchain cache.
Creating a cache of the blockchain speeds up test execution when running
multiple functional tests. This helper script is executed by rpc-tests when multiple
multiple functional tests. This helper script is executed by test_runner when multiple
tests are being run in parallel.
"""