| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename qa directory to test | John Newbery | 2017-03-20 | 1 | -98/+0 |
| | | |||||
| * | Fix RPC failure testing (2 of 2) | John Newbery | 2017-03-15 | 1 | -5/+1 |
| | | | | | | | | | Commit 9db8eecac1c713c760c0217b6acb7455c657fa8b improved the assert_raises_jsonrpc() function for better testing of RPC failure modes. This commit completes the job by removing remaining broken try-except RPC testing from the individual test cases and replacing it with calls to assert_raises_jsonrpc(). | ||||
| * | Use logging in individual tests | John Newbery | 2017-03-09 | 1 | -1/+1 |
| | | |||||
| * | Merge #9577: Fix docstrings in qa tests | MarcoFalke | 2017-02-23 | 1 | -2/+1 |
| |\ | | | | | | | 3f95a80 Fix docstrings in qa tests (John Newbery) | ||||
| | * | Fix docstrings in qa tests | John Newbery | 2017-02-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | This commit fixes the module-level docstrings for the tests and helper modules in qa. Many of these tests were uncommented previously - this commit ensures that every test case has at least a minimum level of commenting. | ||||
| * | | qa: Check return code when stopping nodes | MarcoFalke | 2017-02-23 | 1 | -12/+7 |
| |/ | | | | This includes work by jnewbery | ||||
| * | [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. | |||||