File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,25 @@ sudo apt-get install python3-zmq
1919Running tests
2020=============
2121
22- You can run any single test by calling ` qa/pull-tester/rpc-tests.py <testname> ` .
22+ You can run any single test by calling
2323
24- Or you can run any combination of tests by calling ` qa/pull-tester/rpc-tests.py <testname1> <testname2> <testname3> ... `
24+ qa/pull-tester/rpc-tests.py <testname>
2525
26- Run the regression test suite with ` qa/pull-tester/rpc- tests.py `
26+ Or you can run any combination of tests by calling
2727
28- Run all possible tests with ` qa/pull-tester/rpc-tests.py -extended `
28+ qa/pull-tester/rpc-tests.py <testname1> <testname2> <testname3> ...
2929
30- Possible options:
30+ Run the regression test suite with
31+
32+ qa/pull-tester/rpc-tests.py
33+
34+ Run all possible tests with
35+
36+ qa/pull-tester/rpc-tests.py -extended
37+
38+ If you want to create a basic coverage report for the rpc test suite, append ` --coverage ` .
39+
40+ Possible options, which apply to each individual test run:
3141
3242```
3343 -h, --help show this help message and exit
You can’t perform that action at this time.
0 commit comments