[qa] Update README.md
This commit is contained in:
parent
fabbf6bd62
commit
2222dae6e3
1 changed files with 15 additions and 5 deletions
20
qa/README.md
20
qa/README.md
|
@ -19,15 +19,25 @@ sudo apt-get install python3-zmq
|
|||
Running tests
|
||||
=============
|
||||
|
||||
You can run any single test by calling `qa/pull-tester/rpc-tests.py <testname>`.
|
||||
You can run any single test by calling
|
||||
|
||||
Or you can run any combination of tests by calling `qa/pull-tester/rpc-tests.py <testname1> <testname2> <testname3> ...`
|
||||
qa/pull-tester/rpc-tests.py <testname>
|
||||
|
||||
Run the regression test suite with `qa/pull-tester/rpc-tests.py`
|
||||
Or you can run any combination of tests by calling
|
||||
|
||||
Run all possible tests with `qa/pull-tester/rpc-tests.py -extended`
|
||||
qa/pull-tester/rpc-tests.py <testname1> <testname2> <testname3> ...
|
||||
|
||||
Possible options:
|
||||
Run the regression test suite with
|
||||
|
||||
qa/pull-tester/rpc-tests.py
|
||||
|
||||
Run all possible tests with
|
||||
|
||||
qa/pull-tester/rpc-tests.py -extended
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
-h, --help show this help message and exit
|
||||
|
|
Loading…
Reference in a new issue