| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | s/DOGE/DIS/g | Tomo Ueda | 2021-09-02 | 1 | -2/+2 |
| | | |||||
| * | s/doge/dis/g | Tomo Ueda | 2021-09-02 | 1 | -8/+8 |
| | | |||||
| * | Rename binaries to match Dogecoin | Ross Nicoll | 2019-03-25 | 1 | -8/+8 |
| | | |||||
| * | [qa] Dump debug logs on travis failures. | Suhas Daftuar | 2016-11-30 | 1 | -1/+10 |
| | | |||||
| * | [qa] test_framework: Exit when tmpdir exists | MarcoFalke | 2016-11-07 | 1 | -6/+1 |
| | | |||||
| * | [qa] util: Move wait_bitcoinds() into stop_nodes() | MarcoFalke | 2016-10-02 | 1 | -4/+0 |
| | | |||||
| * | remove root test directory for RPC tests | whythat | 2016-09-05 | 1 | -1/+4 |
| | | |||||
| * | Merge #8482: [qa] Use single cache dir for chains | Wladimir J. van der Laan | 2016-08-17 | 1 | -1/+3 |
| |\ | | | | | | | | | | | fad8cf6 [qa] Use single cache dir for chains (MarcoFalke) fa2d68f [qa] Adjust timeouts for micro-optimization of run time (MarcoFalke) fae596f [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain (MarcoFalke) | ||||
| | * | [qa] Use single cache dir for chains | MarcoFalke | 2016-08-07 | 1 | -1/+3 |
| | | | |||||
| * | | [qa] test_framework: Add wrapper for stop_node | MarcoFalke | 2016-07-07 | 1 | -0/+4 |
| |/ | |||||
| * | Merge #8098: [qa] test_framework: Append portseed to tmpdir | MarcoFalke | 2016-05-27 | 1 | -0/+2 |
| |\ | | | | | | | fa57b0c [qa] test_framework: Append portseed to tmpdir (MarcoFalke) | ||||
| | * | [qa] test_framework: Append portseed to tmpdir | MarcoFalke | 2016-05-20 | 1 | -0/+2 |
| | | | | | | | | | | | This makes it possible to specify a tmpdir while running tests in parallel | ||||
| * | | Test framework: only cleanup on successful test runs | Suhas Daftuar | 2016-05-25 | 1 | -1/+3 |
| | | | |||||
| * | | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | 2016-05-15 | 1 | -12/+13 |
| |/ | |||||
| * | [qa] Add option --portseed to test_framework | MarcoFalke | 2016-05-09 | 1 | -5/+8 |
| | | |||||
| * | Merge #7971: [qa] Refactor test_framework and pull tester | MarcoFalke | 2016-05-09 | 1 | -1/+3 |
| |\ | | | | | | | | | | | | | fad3366 [qa] pull-tester: Adjust comment (MarcoFalke) fafb33c [qa] Stop other nodes, even when one fails to stop (MarcoFalke) 2222dae [qa] Update README.md (MarcoFalke) fabbf6b [qa] Refactor test_framework and pull tester (MarcoFalke) | ||||
| | * | [qa] Refactor test_framework and pull tester | MarcoFalke | 2016-05-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | * log to stdout * increase range for p2p and rpc ports * UPPERCASE_CONSTANTS * Stop nodes on CTRL+C | ||||
| * | | Autofind rpc tests --srcdir | Jonas Schnelli | 2016-05-09 | 1 | -1/+1 |
| |/ | |||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -4/+4 |
| | | |||||
| * | [qa] test_framework: Properly print exceptions and assert empty dict | MarcoFalke | 2016-04-26 | 1 | -1/+1 |
| | | |||||
| * | rpc-tests: handle KeyError nicely in test_framework.py | Rusty Russell | 2016-04-13 | 1 | -0/+3 |
| | | | | | | | btcdrak wrote this for me. Signed-off-by: Rusty Russell <[email protected]> | ||||
| * | [qa] Use python2/3 syntax | MarcoFalke | 2016-03-31 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #7205 | Wladimir J. van der Laan | 2016-01-05 | 1 | -1/+1 |
| |\ | | | | | | | | | | | fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke) | ||||
| | * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | [RPC-Tests] add option to run rpc test over QT clients | Jonas Schnelli | 2015-12-14 | 1 | -1/+1 |
| |/ | |||||
| * | Add basic coverage reporting for RPC tests | James O'Beirne | 2015-11-11 | 1 | -5/+23 |
| | | | | | Thanks to @MarcoFalke @dexX7 @laanwj for review. | ||||
| * | rpc-tests: remove python-bitcoinrpc directory | Jonas Schnelli | 2015-05-21 | 1 | -2/+1 |
| | | | | | place authproxy.py at same level as other utility classes | ||||
| * | [QA] restructure rpc tests directory | Jonas Schnelli | 2015-05-18 | 1 | -0/+180 |
| * move non-test classes to subdir `test-framework` | |||||