Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | [qa] util: Move wait_bitcoinds() into stop_nodes() | MarcoFalke | |
Github-Pull: #8860 Rebased-From: fa7c35c4ec630838178b4674288da33561a66f08 | |||
2016-10-03 | [qa] Add getinfo smoke tests and rework versionbits test | MarcoFalke | |
Github-Pull: #8780 Rebased-From: fa6e71b27d00766897f3e69775d450924a58a153 | |||
2016-09-21 | [qa]: enable rpcbind_test | whythat | |
Github-Pull: #8400 Rebased-From: 9bbb414b800cf71f93f15d2cb5d4cf32c72294e6 | |||
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-11-11 | Add basic coverage reporting for RPC tests | James O'Beirne | |
Thanks to @MarcoFalke @dexX7 @laanwj for review. | |||
2015-05-21 | rpc-tests: remove python-bitcoinrpc directory | Jonas Schnelli | |
place authproxy.py at same level as other utility classes | |||
2015-05-18 | [QA] restructure rpc tests directory | Jonas Schnelli | |
* move non-test classes to subdir `test-framework` | |||
2014-11-27 | Fix python usage for arch's broken maintainers | Matt Corallo | |
2014-10-23 | Update license in pull-tester and rpc-tests | Michael Ford | |
Add missing copyright/license header where necessary | |||
2014-06-27 | rpc-tests: Fix rpcbind_test after 0193fb8 | Wladimir J. van der Laan | |
Port number for RPC is no longer static as multiple tests could be running at once. | |||
2014-05-13 | Add Python test for -rpcbind and -rpcallowip | Wladimir J. van der Laan | |
Add a new test, `rpcbind_test.py`, that extensively tests the new `-rpcbind` functionality. |