aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2017-09-07[test] Replace check_output with low level versionJoão Barbosa
2017-09-07[test] Add assert_raises_process_error to assert process errorsJoão Barbosa
2017-09-07[test] Add support for custom arguments to TestNodeCLIJoão Barbosa
2017-09-07[test] Improve assert_raises_jsonrpc docstringJoão Barbosa
2017-09-06[qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-09-01Merge #11121: TestNode tidyupsMarcoFalke
2017-09-01[tests] Functional tests must explicitly set num_nodesJohn Newbery
2017-09-01[tests] don't override __init__() in individual testsJohn Newbery
2017-09-01[tests] Avoid passing around member variables in test_frameworkJohn Newbery
2017-09-01[tests] TestNode: separate add_node from start_nodeJohn Newbery
2017-09-01[tests] fix - use rpc_timeout as rpc timeoutJohn Newbery
2017-08-28Use the variable name _ for unused return valuespracticalswift
2017-08-28Remove unused variables and/or function callspracticalswift
2017-08-24Merge #10798: [tests] [utils] test bitcoin-cliMarcoFalke
2017-08-23Merge #11068: qa: Move wait_until to utilMarcoFalke
2017-08-23[tests] fix timeout issues from TestNodeJohn Newbery
2017-08-20test: Increase initial RPC timeout to 60 secondsWladimir J. van der Laan
2017-08-17qa: Move wait_until to utilMarcoFalke
2017-08-15[tests] add TestNodeCLI class for calling bitcoin-cli for a nodeJohn Newbery
2017-08-15Merge #10711: [tests] Introduce TestNodeMarcoFalke
2017-08-15[tests] Introduce TestNodeJohn Newbery
2017-08-11Merge #11023: [tests] Add option to attach a python debugger if functional te...MarcoFalke
2017-08-10Add option to attach a python debugger if test failsJohn Newbery
2017-08-07[tests] Test disconnecting unsupported service bits logic.John Newbery
2017-07-17[tests] [wallet] Add wallet endpoint support to authproxyJohn Newbery
2017-07-06Fix multi_rpc test for hosts that dont default to utf8Matt Corallo
2017-07-02[tests] nits in dbcrash.pyJohn Newbery
2017-06-29[tests] fix nits.John Newbery
2017-06-29[tests] reorganize utils.py module (code move only)John Newbery
2017-06-29[tests] move mocktime property and functions to BitcoinTestFrameworkJohn Newbery
2017-06-29[tests] Move stop_node and start_node methods to BitcoinTestFrameworkJohn Newbery
2017-06-29[tests] fix flake8 warnings in test_framework.py and util.pyJohn Newbery
2017-06-29[tests] remove unused imports from utils.pyJohn Newbery
2017-06-28Merge #10148: Use non-atomic flushing with block replayWladimir J. van der Laan
2017-06-28Merge #10690: [qa] Bugfix: allow overriding extra_args in ComparisonTestFrame...MarcoFalke
2017-06-28[qa] Bugfix: allow overriding extra_args in ComparisonTestFrameworkSuhas Daftuar
2017-06-26[qa] Test non-atomic chainstate writesSuhas Daftuar
2017-06-22Merge #10633: doc: Fix various typosWladimir J. van der Laan
2017-06-22Merge #10636: [qa] util: Check return code after closing bitcoind procMarcoFalke
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-20[qa] util: Check return code after closing bitcoind procMarcoFalke
2017-06-18Check for rpcuser/rpcpassword first then for cookieAndrew Chow
2017-06-08Add test for rpcuser/rpcpasswordAndrew Chow
2017-06-08Replace cookie auth in testsAndrew Chow
2017-06-02Merge #10359: [tests] functional tests should call BitcoinTestFramework start...MarcoFalke
2017-05-31[tests] Update start/stop node functions to be private module functionsJohn Newbery
2017-05-22[tests] skipped tests should clean up after themselvesJohn Newbery
2017-05-18[tests] improve tmpdir structureJohn Newbery
2017-05-09[tests] Make wait_until timeout 60 seconds by defaultJohn Newbery
2017-05-08Merge #10352: test: Add elapsed time to RPC tracingMarcoFalke