aboutsummaryrefslogtreecommitdiff
path: root/qa/README.md
Commit message (Collapse)AuthorAgeFilesLines
* s/doge/dis/gTomo Ueda2021-09-021-2/+2
|
* update qa/README.md to reflect working installation instructionsDakoda Greaves2021-07-281-6/+7
|
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-1/+3
| | | | | | | | | * Make most of the RPC tests pass * Add AUXPoW rpc tests - Tests the auxpow rpc interface `getauxblock` - Tests consensus constraints for auxpow: - Minimum block height - Valid scrypt proof of work - Foreign chain ID
* [doc] - clarify statement about parallel jobs in rpc-tests.pyisle29832016-08-291-2/+2
|
* [doc] Add OS X ZMQ requirement to QA readmefanquake2016-06-241-1/+7
|
* [qa] pull-tester: Run rpc test in parallelMarcoFalke2016-05-091-0/+3
|
* [qa] Update README.mdMarcoFalke2016-05-061-5/+15
|
* [qa] Switch to py3MarcoFalke2016-05-051-2/+2
|
* Check if zmq is installed in tests, update docsElliot Olds2016-03-101-0/+11
| | | | | | | | | | | | | | | | 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.
* [qa] Extend README.mdMarcoFalke2015-11-181-4/+15
|
* [qa] Split README.md to /qa and /qa/rpc-testsMarcoFalke2015-11-171-0/+46
+ Update with new -help message