aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
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
2017-05-07Merge #10171: [tests] Add node methods to test frameworkMarcoFalke
2017-05-07test: Add elapsed time to RPC tracingWladimir J. van der Laan
2017-05-06Merge #10318: [tests] fix wait_for_inv()MarcoFalke
2017-05-05Reorganize BitcoinTestFramework classJohn Newbery
2017-05-03[tests] fix wait_for_inv()John Newbery
2017-05-03Merge #10307: [tests] allow zmq test to be run in out-of-tree buildsWladimir J. van der Laan
2017-05-02Add start and stop node methods to BitcoinTestFrameworkJohn Newbery
2017-05-02move initialize_chain() and initialize_chain_clean() to be methods of Bitcoin...John Newbery
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-05-02Merge #10169: [tests] Remove func test code duplicationWladimir J. van der Laan
2017-05-01[tests] allow zmq test to be run in out-of-tree buildsJohn Newbery
2017-04-20Tests: Refactor to create witness script creation functionJimmy Song
2017-04-18Remove duplicate method definitions in NodeConnCB subclassesJohn Newbery
2017-04-18Adds helper functions to NodeConnCBJohn Newbery
2017-04-07Reduce spammy test loggingJohn Newbery
2017-03-30[tests] sync_with_ping should assert that ping hasn't timed outJohn Newbery
2017-03-28Remove SingleNodeConnCBJohn Newbery
2017-03-27Print out the final 1000 lines of test_framework.log if test failsJohn Newbery
2017-03-24Merge #10053: [test] Allow functional test cases to be skippedMarcoFalke