Skip to content

Commit 2222dae

Browse files
author
MarcoFalke
committed
[qa] Update README.md
1 parent fabbf6b commit 2222dae

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

qa/README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,25 @@ sudo apt-get install python3-zmq
1919
Running 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

0 commit comments

Comments
 (0)