aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2019-01-24tests: unify RPC argument to cli argument conversion and handle dicts and listsAndrew Chow
2019-01-09Merge #15108: [tests] tidy up wallet_importmulti.pyMarcoFalke
2019-01-08Merge #15059: test: Add basic test for BIP34Wladimir J. van der Laan
2019-01-04[tests] move wallet util functions to wallet_util.pyJohn Newbery
2019-01-02Merge #14457: test: add invalid tx templates for use in functional testsWladimir J. van der Laan
2018-12-29Merge #15026: [test] Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-12-29test: Add basic test for BIP34MarcoFalke
2018-12-29Merge #14738: Tests: Fix running wallet_listtransactions.py individually thro...MarcoFalke
2018-12-22whitespace: Split ~300 char line into multiple onesMarcoFalke
2018-12-22scripted-diff: Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-12-14Merge #14951: Revert "tests: Support calling add_nodes more than once"MarcoFalke
2018-12-13test: add_nodes can only be called once after set_test_paramsMarcoFalke
2018-12-13Revert "tests: Support calling add_nodes more than once"MarcoFalke
2018-12-13Merge #14805: tests: Support calling add_nodes more than onceWladimir J. van der Laan
2018-12-13Merge #14926: test: consensus: Check that final transactions are validWladimir J. van der Laan
2018-12-13Merge #14884: Travis: enforce Python 3.4 support through linterWladimir J. van der Laan
2018-12-12[test] functional framework: add CScript hex() for Python 3.4Sjors Provoost
2018-12-11test: Correctly deserialize without witnessMarcoFalke
2018-12-10Compare to None with is/is notDaniel Ingram
2018-12-07Merge #14788: tests: Possible fix the permission error when the tests open th...MarcoFalke
2018-12-06Merge #14670: http: Fix HTTP server shutdownWladimir J. van der Laan
2018-12-04Merge #14816: Add CScriptNum decode python implementation in functional suiteWladimir J. van der Laan
2018-11-29tests: have combine_logs default to most recent test dirJames O'Beirne
2018-11-29Add CScriptNum decode python implementation in functional suiteGregory Sanders
2018-11-27test: add invalid tx templates for use in functional testsJames O'Beirne
2018-11-26qa: clean up assert_memory_usage_stable utilityJames O'Beirne
2018-11-24tests: check readability of cookie fileChun Kuan Lee
2018-11-23qa: Test bitcond shutdownJoão Barbosa
2018-11-21tests: Support calling add_nodes more than onceSteven Roose
2018-11-16Fix running individually through test_runner.py, as suggested by @MarcoFalke ...Kristaps Kaupe
2018-11-13qa: Check specific reject reasons in feature_blockMarcoFalke
2018-11-08test_node: get_mem_rss fixupsMarcoFalke
2018-11-07tests: Remove unused testing codepracticalswift
2018-11-06Merge #14522: tests: add invalid P2P message testsWladimir J. van der Laan
2018-11-01tests: add P2PConnection.send_raw_messageJames O'Beirne
2018-11-01tests: add utility to assert node memory usage hasn't increasedJames O'Beirne
2018-11-01[tests] Move deterministic address import to setup_nodesJohn Newbery
2018-10-31Merge #14454: Add SegWit support to importmultiWladimir J. van der Laan
2018-10-26[tests] Test that nodes respond to getdata with notfoundMarcoFalke
2018-10-25Fix typo in test_framework/blocktoolsMeshCollider
2018-10-23Merge #14468: [wallet] Deprecate generate RPC methodMarcoFalke
2018-10-18[tests] Add generate method to TestNodeJohn Newbery
2018-10-10test: forward timeouts properly in send_blocks_and_testJames O'Beirne
2018-10-08Merge #14324: qa: Run more tests with wallet disabledMarcoFalke
2018-10-08tests: Allow closed http server in assert_start_raises_init_errorChun Kuan Lee
2018-10-03test: Add missing call to skip_if_no_cli()practicalswift
2018-09-27Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledMarcoFalke
2018-09-27Merge #14305: Tests: enforce critical class instance attributes in functional...MarcoFalke
2018-09-26Strictly enforce instance attrs in critical functional test classes.Justin Turner Arthur
2018-09-25qa: Run more tests with wallet disabledMarcoFalke