mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-25 00:11:28 +02:00
Merge #9807: RPC doc fix-ups.
851f6a3 [qa][doc] Correct rpc test options in readme (fanquake) 41e7219 [trivial] Add tests_config.ini to .gitignore (fanquake)
This commit is contained in:
commit
5628c70f2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -102,6 +102,7 @@ linux-coverage-build
|
|||||||
linux-build
|
linux-build
|
||||||
win32-build
|
win32-build
|
||||||
qa/pull-tester/tests_config.py
|
qa/pull-tester/tests_config.py
|
||||||
|
qa/pull-tester/tests_config.ini
|
||||||
qa/cache/*
|
qa/cache/*
|
||||||
|
|
||||||
!src/leveldb*/Makefile
|
!src/leveldb*/Makefile
|
||||||
|
@ -39,12 +39,12 @@ Run the regression test suite with
|
|||||||
|
|
||||||
Run all possible tests with
|
Run all possible tests with
|
||||||
|
|
||||||
qa/pull-tester/rpc-tests.py -extended
|
qa/pull-tester/rpc-tests.py --extended
|
||||||
|
|
||||||
By default, tests will be run in parallel. To specify how many jobs to run,
|
By default, tests will be run in parallel. To specify how many jobs to run,
|
||||||
append `-parallel=n` (default n=4).
|
append `--jobs=n` (default n=4).
|
||||||
|
|
||||||
If you want to create a basic coverage report for the rpc test suite, append `--coverage`.
|
If you want to create a basic coverage report for the RPC test suite, append `--coverage`.
|
||||||
|
|
||||||
Possible options, which apply to each individual test run:
|
Possible options, which apply to each individual test run:
|
||||||
|
|
||||||
@ -83,5 +83,5 @@ killall bitcoind
|
|||||||
Writing tests
|
Writing tests
|
||||||
=============
|
=============
|
||||||
You are encouraged to write tests for new or existing features.
|
You are encouraged to write tests for new or existing features.
|
||||||
Further information about the test framework and individual rpc
|
Further information about the test framework and individual RPC
|
||||||
tests is found in [qa/rpc-tests](/qa/rpc-tests).
|
tests is found in [qa/rpc-tests](/qa/rpc-tests).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user