| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | qa: Check return code when stopping nodes | MarcoFalke | 2017-02-23 | 1 | -12/+7 |
| | | | | | | | | This includes work by jnewbery Github-Pull: #9824 Rebased-From: fa4cd2e998e0ebebe283a6243f7f752123a105ab | ||||
| * | [qa] util: Move wait_bitcoinds() into stop_nodes() | MarcoFalke | 2016-10-02 | 1 | -2/+0 |
| | | |||||
| * | [qa] Add getinfo smoke tests and rework versionbits test | MarcoFalke | 2016-09-25 | 1 | -1/+1 |
| | | |||||
| * | [rpc] Deprecate getinfo | MarcoFalke | 2016-09-21 | 1 | -2/+2 |
| | | | | | This was replaced by getmininginfo, getnetworkinfo and getwalletinfo | ||||
| * | [qa] Remove unused code | MarcoFalke | 2016-08-19 | 1 | -4/+2 |
| | | |||||
| * | [qa]: enable rpcbind_test | whythat | 2016-07-25 | 1 | -127/+92 |
| | | |||||
| * | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | 2016-05-15 | 1 | -2/+2 |
| | | |||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -3/+3 |
| | | |||||
| * | [qa] Fix pyton syntax in rpc tests | MarcoFalke | 2016-01-13 | 1 | -6/+1 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | Add basic coverage reporting for RPC tests | James O'Beirne | 2015-11-11 | 1 | -1/+1 |
| | | | | | Thanks to @MarcoFalke @dexX7 @laanwj for review. | ||||
| * | rpc-tests: remove python-bitcoinrpc directory | Jonas Schnelli | 2015-05-21 | 1 | -1/+0 |
| | | | | | place authproxy.py at same level as other utility classes | ||||
| * | [QA] restructure rpc tests directory | Jonas Schnelli | 2015-05-18 | 1 | -3/+2 |
| | | | | | * move non-test classes to subdir `test-framework` | ||||
| * | Fix python usage for arch's broken maintainers | Matt Corallo | 2014-11-27 | 1 | -1/+1 |
| | | |||||
| * | Update license in pull-tester and rpc-tests | Michael Ford | 2014-10-23 | 1 | -1/+1 |
| | | | | | Add missing copyright/license header where necessary | ||||
| * | rpc-tests: Fix rpcbind_test after 0193fb8 | Wladimir J. van der Laan | 2014-06-27 | 1 | -10/+12 |
| | | | | | | Port number for RPC is no longer static as multiple tests could be running at once. | ||||
| * | Add Python test for -rpcbind and -rpcallowip | Wladimir J. van der Laan | 2014-05-13 | 1 | -0/+152 |
| Add a new test, `rpcbind_test.py`, that extensively tests the new `-rpcbind` functionality. | |||||