| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | s/doge/dis/g | Tomo Ueda | 2021-09-02 | 1 | -2/+2 |
| | | |||||
| * | update qa/README.md to reflect working installation instructions | Dakoda Greaves | 2021-07-28 | 1 | -6/+7 |
| | | |||||
| * | Update RPC tests for Dogecoin (#1431) | Ross Nicoll | 2018-09-19 | 1 | -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.py | isle2983 | 2016-08-29 | 1 | -2/+2 |
| | | |||||
| * | [doc] Add OS X ZMQ requirement to QA readme | fanquake | 2016-06-24 | 1 | -1/+7 |
| | | |||||
| * | [qa] pull-tester: Run rpc test in parallel | MarcoFalke | 2016-05-09 | 1 | -0/+3 |
| | | |||||
| * | [qa] Update README.md | MarcoFalke | 2016-05-06 | 1 | -5/+15 |
| | | |||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -2/+2 |
| | | |||||
| * | Check if zmq is installed in tests, update docs | Elliot Olds | 2016-03-10 | 1 | -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.md | MarcoFalke | 2015-11-18 | 1 | -4/+15 |
| | | |||||
| * | [qa] Split README.md to /qa and /qa/rpc-tests | MarcoFalke | 2015-11-17 | 1 | -0/+46 |
| + Update with new -help message | |||||