mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
[qa] Update README.md
This commit is contained in:
parent
fabbf6bd62
commit
2222dae6e3
20
qa/README.md
20
qa/README.md
@ -19,15 +19,25 @@ sudo apt-get install python3-zmq
|
|||||||
Running tests
|
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
|
-h, --help show this help message and exit
|
||||||
|
Loading…
Reference in New Issue
Block a user