diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-04-30 00:03:06 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-05-06 12:43:46 +0200 |
commit | 2222dae6e31c433f83aa9fd0e8f028cbee59199b (patch) | |
tree | c403bec67c98155b3c391687745b72615e7f1fe6 /qa/README.md | |
parent | fabbf6bd62c1d8a290841b63fb1e5acec42ba3b0 (diff) |
[qa] Update README.md
Diffstat (limited to 'qa/README.md')
-rw-r--r-- | qa/README.md | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/qa/README.md b/qa/README.md index 3e0a526d13..c7e574ff70 100644 --- a/qa/README.md +++ b/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 |