aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
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-10[tests] move witness util functions to blocktools.pyJohn Newbery
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
2017-10-03Limit AuthServiceProxyWrapper.__getattr__ wrappingRussell Yanofsky
2017-10-03[test] P2P functional test for certain fingerprinting protectionsJim Posen
2017-09-29Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent futur...MarcoFalke
2017-09-29Merge #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblockMarcoFalke
2017-09-29Merge #11167: Full BIP173 (Bech32) supportWladimir J. van der Laan
2017-09-28Use BIP173 addresses in segwit.py testPieter Wuille
2017-09-20[test] Add restart_node to BitcoinTestFrameworkJoão Barbosa
2017-09-18Tests for zmqpubrawtx and zmqpubrawblockAndrew Chow
2017-09-18Merge #11323: mininode: add an optimistic write and disable nagleMarcoFalke
2017-09-13mininode: add an optimistic write and disable nagleCory Fields
2017-09-13Merge #11078: [tests] Make p2p-leaktests.py more robustMarcoFalke
2017-09-13qa: Treat mininode p2p exceptions as fatalSuhas Daftuar
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