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.
1 parent 5e3380b commit c427a58Copy full SHA for c427a58
test/README.md
@@ -26,13 +26,20 @@ See [/doc/fuzzing.md](/doc/fuzzing.md)
26
27
### Functional tests
28
29
-#### Dependencies
+#### Dependencies and prerequisites
30
31
The ZMQ functional test requires a python ZMQ library. To install it:
32
33
- on Unix, run `sudo apt-get install python3-zmq`
34
- on mac OS, run `pip3 install pyzmq`
35
36
+
37
+On Windows the `PYTHONUTF8` environment variable must be set to 1:
38
39
+```cmd
40
+set PYTHONUTF8=1
41
+```
42
43
#### Running the tests
44
45
Individual tests can be run by directly calling the test script, e.g.:
0 commit comments