We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0833894 + d241487 commit c2c69edCopy full SHA for c2c69ed
qa/README.md
@@ -16,6 +16,12 @@ The python3-zmq library is required. On Ubuntu or Debian it can be installed via
16
sudo apt-get install python3-zmq
17
```
18
19
+OS X
20
+------
21
+```
22
+pip3 install pyzmq
23
24
+
25
Running tests
26
=============
27
@@ -36,7 +42,7 @@ Run all possible tests with
36
42
qa/pull-tester/rpc-tests.py -extended
37
43
38
44
By default, tests will be run in parallel if you want to specify how many
39
-tests should be run in parallel, append `-paralell=n` (default n=4).
45
+tests should be run in parallel, append `-parallel=n` (default n=4).
40
46
41
47
If you want to create a basic coverage report for the rpc test suite, append `--coverage`.
48
0 commit comments