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
19
19
Running tests
20
20
=============
21
21
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
23
23
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>
25
25
26
- Run the regression test suite with ` qa/pull-tester/rpc- tests.py `
26
+ Or you can run any combination of tests by calling
27
27
28
- Run all possible tests with ` qa/pull-tester/rpc-tests.py -extended `
28
+ qa/pull-tester/rpc-tests.py <testname1> <testname2> <testname3> ...
29
29
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:
31
41
32
42
```
33
43
-h, --help show this help message and exit
You can’t perform that action at this time.
0 commit comments