aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2017-12-19[tests] define NODE_NETWORK_LIMITED in test frameworkJohn Newbery
2017-12-11[tests] Add NetworkThread assertionsJohn Newbery
2017-12-11[tests] Add network_thread_ utility functions.John Newbery
2017-12-10Remove unused Python importspracticalswift
2017-11-30Merge #11791: [tests] Rename NodeConn and NodeConnCBMarcoFalke
2017-11-30Merge #11789: [tests] [travis-ci] Combine logs on failureWladimir J. van der Laan
2017-11-29[tests] Rename NodeConn and NodeConnCBJohn Newbery
2017-11-29Merge #11712: [tests] Split NodeConn from NodeConnCBMarcoFalke
2017-11-29[tests] [travis-ci] Move Travis functional test log post processing to test_r...John Newbery
2017-11-29[tests] Improve logging shutdown and add hint for combine_logsJohn Newbery
2017-11-28[tests] Move version message sending from NodeConn to NodeConnCBJohn Newbery
2017-11-28[tests] Make NodeConnCB a subclass of NodeConnJohn Newbery
2017-11-28[tests] Move only: move NodeConnCB below NodeConnJohn Newbery
2017-11-28[tests] Tidy up mininodeJohn Newbery
2017-11-25Merge #11683: tests: Remove unused mininode functions {ser,deser}_int_vector(...MarcoFalke
2017-11-23[tests] Remove mininode periodic (half-hour) ping messagesJohn Newbery
2017-11-18Merge #11466: Specify custom wallet directory with -walletdir paramWladimir J. van der Laan
2017-11-17tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vecto...practicalswift
2017-11-17Merge #11648: [tests] Add messages.pyWladimir J. van der Laan
2017-11-18Create walletdir if datadir doesn't exist and fix testsMeshCollider
2017-11-14Merge #11677: qa: Remove unused NodeConn membersMarcoFalke
2017-11-14Merge #11641: qa: Only allow disconnecting all NodeConnsWladimir J. van der Laan
2017-11-13qa: Remove unused NodeConn membersMarcoFalke
2017-11-13qa: Only allow disconnecting all NodeConnsMarcoFalke
2017-11-10[tests] Tidy up mininode.py moduleJohn Newbery
2017-11-10[tests] Move test_framework Bitcoin primitives into separate moduleJohn Newbery
2017-11-10Merge #11468: [tests] Make comp test framework more debuggableMarcoFalke
2017-11-08[tests] Explicitly disallow support for p2p versions below 60001John Newbery
2017-11-08[tests] Remove support for p2p alert messagesJohn Newbery
2017-11-08[tests] Remove support for bre-BIP31 ping messagesJohn Newbery
2017-11-08[tests] Remove dead code from mininode.pyJohn Newbery
2017-11-08[tests] Add p2p connection to TestNodeJohn Newbery
2017-11-08[tests] fix TestNode.__getattr__() methodJohn Newbery
2017-11-06Have SegWit active by defaultPieter Wuille
2017-10-18Merge #11472: qa: Make tmpdir option an absolute path, misc cleanupWladimir J. van der Laan
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-10-16[tests] authproxy.py: tidy up __init__()John Newbery
2017-10-16[tests] fix flake8 warnings in authproxy.pyJohn Newbery
2017-10-16[tests] use python3 for authproxy.pyJohn Newbery
2017-10-13qa: Remove never used return value of sync_with_pingMarcoFalke
2017-10-13qa: Make tmpdir option an absolute pathMarcoFalke
2017-10-12Merge #11277: Fix uninitialized URI in batch RPC requestsWladimir J. van der Laan
2017-10-11Merge #11113: [net] Ignore getheaders requests for very old side blocksWladimir J. van der Laan
2017-10-09[tests] Make comp test framework more debuggableJohn Newbery
2017-10-05scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-10-05[tests] do not allow assert_raises_message to be called with JSONRPCExceptionJohn Newbery
2017-10-05[tests] remove direct testing on JSONRPCException from individual test casesJohn Newbery
2017-10-04Add missing batch rpc calls to python coverage logsRussell Yanofsky
2017-10-04Add missing multiwallet rpc calls to python coverage logsRussell Yanofsky
2017-10-03Make AuthServiceProxy._batch method usableRussell Yanofsky