Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | Rename qa directory to test | John Newbery | |
2017-03-15 | Fix RPC failure testing (2 of 2) | John Newbery | |
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(). | |||
2017-03-09 | Use logging in individual tests | John Newbery | |
2017-03-09 | Remove manual debug settings in qa tests. | John Newbery | |
-debug and -logtimemicros are now set by default. Individual test cases no longer need to set these parameters manually. | |||
2017-03-03 | [rpc] Remove priorityDelta from prioritisetransaction | Alex Morcos | |
This a breaking API change to the prioritisetransaction RPC call which previously required exactly three arguments and now requires exactly two (hash and feeDelta). The function prioritiseTransaction is also updated. | |||
2017-02-23 | Fix docstrings in qa tests | John Newbery | |
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. | |||
2017-01-13 | Remove unused Python variables | practicalswift | |
2016-12-03 | remove relaypriority from rpc tests | Alex Morcos | |
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-10 | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | |
2016-04-01 | [qa] rpc-tests: Properly use integers, floats | MarcoFalke | |
2016-03-14 | [qa] mininode: Add and use CONSTs | MarcoFalke | |
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2015-12-02 | Update replace-by-fee logic to use fee deltas | Suhas Daftuar | |
2015-11-30 | Explicitly set chain limits in replace-by-fee test | Suhas Daftuar | |
2015-11-10 | Port test to rpc-test framework | Suhas Daftuar | |