zcashd/qa/pull-tester
Elliot Olds 845b31a760 Check if zmq is installed in tests, update docs
If ZMQ is enabled, check whether it's installed before running ZMQ tests.
If it isn't, disable ZMQ and print a warning.

Also add dependency info to test docs, so users know ZMQ is required
before running tests, and so they know how to install it.

When following the build instructions before this change then trying
to run the RPC tests, a unix user would get an error when python
tried to import zmq.

There may be other dependencies that should be added to the docs,
particularly ones for non-unix systems. This is the only unlisted
dependency I encountered using linux.
2020-11-21 02:33:27 +00:00
..
rpc-tests.py Check if zmq is installed in tests, update docs 2020-11-21 02:33:27 +00:00
run-bitcoind-for-test.sh.in Replace http with https: in links to the MIT license. 2019-07-18 15:26:01 +01:00
tests_config.py.in Migrated rpc-tests.sh to all python rpc-tests.py 2020-11-20 03:32:53 +00:00