aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge #14816: Add CScriptNum decode python implementation in functional suiteWladimir J. van der Laan2018-12-041-0/+16
|\ \ \ \
| * | | | Add CScriptNum decode python implementation in functional suiteGregory Sanders2018-11-291-0/+16
| | |_|/ | |/| |
* / | | tests: have combine_logs default to most recent test dirJames O'Beirne2018-11-291-1/+3
|/ / /
* / / qa: clean up assert_memory_usage_stable utilityJames O'Beirne2018-11-261-6/+10
|/ /
* / qa: Check specific reject reasons in feature_blockMarcoFalke2018-11-131-6/+8
|/
* test_node: get_mem_rss fixupsMarcoFalke2018-11-081-10/+7
* tests: Remove unused testing codepracticalswift2018-11-073-11/+5
* Merge #14522: tests: add invalid P2P message testsWladimir J. van der Laan2018-11-062-6/+54
|\
| * tests: add P2PConnection.send_raw_messageJames O'Beirne2018-11-011-6/+9
| * tests: add utility to assert node memory usage hasn't increasedJames O'Beirne2018-11-011-0/+45
* | [tests] Move deterministic address import to setup_nodesJohn Newbery2018-11-012-20/+2
* | Merge #14454: Add SegWit support to importmultiWladimir J. van der Laan2018-10-311-1/+1
|\ \
| * | Fix typo in test_framework/blocktoolsMeshCollider2018-10-251-1/+1
* | | [tests] Test that nodes respond to getdata with notfoundMarcoFalke2018-10-262-1/+51
* | | Merge #14468: [wallet] Deprecate generate RPC methodMarcoFalke2018-10-231-0/+19
|\ \ \ | |_|/ |/| |
| * | [tests] Add generate method to TestNodeJohn Newbery2018-10-181-0/+19
| |/
* / test: forward timeouts properly in send_blocks_and_testJames O'Beirne2018-10-101-2/+2
|/
* Merge #14324: qa: Run more tests with wallet disabledMarcoFalke2018-10-081-0/+3
|\
| * qa: Run more tests with wallet disabledMarcoFalke2018-09-251-0/+3
* | tests: Allow closed http server in assert_start_raises_init_errorChun Kuan Lee2018-10-081-1/+3
* | test: Add missing call to skip_if_no_cli()practicalswift2018-10-031-2/+4
* | Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledMarcoFalke2018-09-271-1/+1
|\ \
| * | configure: Make it possible to build only one of bitcoin-cli or bitcoin-txLuke Dashjr2018-09-131-1/+1
* | | Merge #14305: Tests: enforce critical class instance attributes in functional...MarcoFalke2018-09-272-44/+138
|\ \ \ | |_|/ |/| |
| * | Strictly enforce instance attrs in critical functional test classes.Justin Turner Arthur2018-09-262-44/+138
* | | Merge #14007: tests: Run functional test on Windows and enable it on AppveyorMarcoFalke2018-09-241-9/+17
|\ \ \ | |/ / |/| |
| * | tests: Make it possible to run functional tests on WindowsChun Kuan Lee2018-09-171-9/+17
* | | Changed functional tests which do not require wallets to run withoutsanket17292018-09-172-11/+13
|/ /
* | Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan2018-09-141-8/+0
|\ \
| * | No longer shutdown after encrypting the walletAndrew Chow2018-08-091-8/+0
* | | Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"MarcoFalke2018-09-131-1/+1
|\ \ \ | |_|/ |/| |
| * | qa: Fix codespell error and have lint-spelling error instead of warnMarcoFalke2018-09-131-1/+1
* | | Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan2018-09-132-25/+83
|\| |
| * | qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-22/+49
| * | qa: Premine to deterministic address with -disablewalletMarcoFalke2018-09-102-3/+34
* | | Merge #14119: qa: Read reject reasons from debug log, not p2p messagesWladimir J. van der Laan2018-09-081-48/+34
|\ \ \ | |/ / |/| |
| * | qa: Read reject reasons from debug log, not p2p messagesMarcoFalke2018-08-311-48/+34
* | | Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke2018-09-051-1/+1
|\ \ \
| * | | Fix typos reported by codespellpracticalswift2018-09-041-1/+1
| |/ /
* / / Test rpc_help.py failed: Check whether ZMQ is enabled or not.Kvaciral2018-09-011-2/+7
|/ /
* | qa: Use named args in some testsMarcoFalke2018-08-291-5/+5
* | Merge #14024: qa: Add TestNode::assert_debug_logMarcoFalke2018-08-241-0/+18
|\ \
| * | qa: Add TestNode::assert_debug_logMarcoFalke2018-08-241-0/+18
* | | qa: Remove unused deserialization code in msg_versionMarcoFalke2018-08-231-14/+5
* | | p2p: Remove dead code for nVersion=10300MarcoFalke2018-08-221-2/+0
|/ /
* | tests: Replace usage of tostring() with tobytes()Carl Dong2018-08-131-1/+1
* | Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke2018-08-132-2/+3
|\ \
| * | tests: Use explicit importspracticalswift2018-08-132-2/+3
* | | Merge #13928: qa: blocktools enforce named args for amountMarcoFalke2018-08-131-7/+5
|\ \ \ | |/ / |/| |
| * | qa: blocktools enforce named args for amountMarcoFalke2018-08-091-7/+5
| |/