aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-01scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-11-01[tests] do not allow assert_raises_message to be called with JSONRPCExceptionJohn Newbery
2017-11-01[tests] remove direct testing on JSONRPCException from individual test casesJohn Newbery
2017-11-01Merge #11550: [0.15.1] qa: BackportsWladimir J. van der Laan
2017-11-01Make listsinceblock refuse unknown block hashRussell Yanofsky
2017-10-23qa: Fix race condition in sendheaders.pySuhas Daftuar
2017-10-23qa: Fix replace-by-fee race condition failuresSuhas Daftuar
2017-10-18Merge #11447: 0.15.1: BackportsWladimir J. van der Laan
2017-10-17Fix importmulti bug when importing an already imported keyPedro Branco
2017-10-09Update importprivkey named args documentationDusty Williams
2017-10-04rpc: Prevent `dumpwallet` from overwriting filesWladimir J. van der Laan
2017-10-04qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-10-03add functional test for mempoolreplacement command line argGregory Sanders
2017-10-03Fix bip68-sequence rpc testJohnson Lau
2017-10-03qa: Fix bug introduced in p2p-segwit.pySuhas Daftuar
2017-10-03qa: Treat mininode p2p exceptions as fatalSuhas Daftuar
2017-10-03Tests for zmqpubrawtx and zmqpubrawblockAndrew Chow
2017-10-03[tests] Check connectivity before sending in assumevalid.pyJohn Newbery
2017-10-03[tests] Make p2p-leaktests.py more robustJohn Newbery
2017-10-03[qa] zapwallettxes: Wait up to 3s for mempool reloadMarcoFalke
2017-10-03Add listwallets RPC test to multiwallet.pyCristian Mircea Messel
2017-10-03[tests] fixup dbcrash interaction with add_nodes()John Newbery
2017-10-03Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo
2017-10-03[test] Replace check_output with low level versionJoão Barbosa
2017-10-03[test] Add assert_raises_process_error to assert process errorsJoão Barbosa
2017-10-03[test] Add support for custom arguments to TestNodeCLIJoão Barbosa
2017-10-03[test] Improve assert_raises_jsonrpc docstringJoão Barbosa
2017-10-03[qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-10-03Improve signmessages functional testCristian Mircea Messel
2017-10-03[tests] fixups from set_test_params()John Newbery
2017-10-03[tests] Functional tests must explicitly set num_nodesJohn Newbery
2017-10-03[tests] don't override __init__() in individual testsJohn Newbery
2017-10-03[tests] Avoid passing around member variables in test_frameworkJohn Newbery
2017-10-03[tests] TestNode: separate add_node from start_nodeJohn Newbery
2017-10-03[tests] fix - use rpc_timeout as rpc timeoutJohn Newbery
2017-10-03Add getmininginfo functional testCristian Mircea Messel
2017-10-03RPC: gettxout: Slightly improve doc and testsJorge Timón
2017-10-03[tests] Add bitcoin_cli.py test scriptJohn Newbery
2017-10-03[tests] add TestNodeCLI class for calling bitcoin-cli for a nodeJohn Newbery
2017-10-03qa: Move wait_until to utilMarcoFalke
2017-10-03[tests] fix timeout issues from TestNodeJohn Newbery
2017-10-03test: Increase initial RPC timeout to 60 secondsWladimir J. van der Laan
2017-10-03[tests] Introduce TestNodeJohn Newbery
2017-08-14Merge #11022: Basic keypool topupWladimir J. van der Laan
2017-08-12Merge #11032: [qa] Fix block message processing error in sendheaders.pyMarcoFalke
2017-08-12test: Add resendwallettransactions functional testsJoão Barbosa
2017-08-11[qa] Fix block message processing error in sendheaders.pySuhas Daftuar
2017-08-11Merge #11023: [tests] Add option to attach a python debugger if functional te...MarcoFalke
2017-08-11Merge #11025: qa: Fix inv race in example_testMarcoFalke
2017-08-10qa: Fix inv race in example_testMarcoFalke