Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | Rename qa directory to test | John Newbery | |
2017-02-20 | [qa][doc] Correct rpc test options in readme | fanquake | |
2016-08-29 | [doc] - clarify statement about parallel jobs in rpc-tests.py | isle2983 | |
2016-06-24 | [doc] Add OS X ZMQ requirement to QA readme | fanquake | |
2016-05-09 | [qa] pull-tester: Run rpc test in parallel | MarcoFalke | |
2016-05-06 | [qa] Update README.md | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-03-10 | Check if zmq is installed in tests, update docs | Elliot Olds | |
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. | |||
2015-11-18 | [qa] Extend README.md | MarcoFalke | |
2015-11-17 | [qa] Split README.md to /qa and /qa/rpc-tests | MarcoFalke | |
+ Update with new -help message |