aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-03-31Merge #10130: bitcoin-tx input verification (awemany, jnewbery)Wladimir J. van der Laan
2017-03-30Add tests for bitcoin-tx input checkingJohn Newbery
2017-03-30Check stderr when testing bitcoin-txJohn Newbery
2017-03-30[tests] sync_with_ping should assert that ping hasn't timed outJohn Newbery
2017-03-30Add send_await_disconnect() method to p2p-compactblocks.pyJohn Newbery
2017-03-30Merge #10109: Remove SingleNodeConnCBMarcoFalke
2017-03-29Merge #9294: Use internal HD chain for change outputs (hd split)Wladimir J. van der Laan
2017-03-28Remove SingleNodeConnCBJohn Newbery
2017-03-28Remove call to gettransaction(...) where the result is unusedpracticalswift
2017-03-28Remove accidental trailing semicolons in Python codepracticalswift
2017-03-28Merge #10076: [qa] combine_logs: Use ordered list for logfilesMarcoFalke
2017-03-28Merge #10096: Check that all test scripts in test/functional are being runMarcoFalke
2017-03-27Print out the final 1000 lines of test_framework.log if test failsJohn Newbery
2017-03-27Add --quiet option to suppress rpc-tests.py outputJohn Newbery
2017-03-27Check that all test scripts in test/functional are being runJohn Newbery
2017-03-27[qa] combine_logs: Use ordered list for logfilesMarcoFalke
2017-03-27Merge #10073: Actually run assumevalid.pyWladimir J. van der Laan
2017-03-26[QA] Renaming rawTx into rawtxNicolasDorier
2017-03-25Merge #10069: [QA] Fix typo in fundrawtransaction testMarcoFalke
2017-03-25Merge #9946: Fix build errors if spaces in path or parent directoryWladimir J. van der Laan
2017-03-24fix build if spaces in src dir pathMatthew Zipkin
2017-03-24Actually run assumevalid.py.John Newbery
2017-03-24Merge #10053: [test] Allow functional test cases to be skippedMarcoFalke
2017-03-24[QA] Fix typo in fundrawtransaction testNicolas Dorier
2017-03-24Slightly modify fundrawtransaction.py test (change getnewaddress() into getra...Jonas Schnelli
2017-03-24Fix superfluous cast and code style nits in RPC wallet-hd.py testJonas Schnelli
2017-03-24Switch to 100% for the HD internal keypool sizeJonas Schnelli
2017-03-24[Wallet] split the keypool in an internal and external partJonas Schnelli
2017-03-24Skip rpcbind_test if OS/network requirements are not met.John Newbery
2017-03-23Merge #9701: Make bumpfee tests less fragileMarcoFalke
2017-03-22[tests] Remove unused variablespracticalswift
2017-03-22[tests] Remove unused and duplicate importspracticalswift
2017-03-22Allow test cases to be skippedJohn Newbery
2017-03-21Python functional tests should log in UTCJohn Newbery
2017-03-21Introduce combine_logs.py to combine log files from multiple bitcoinds.John Newbery
2017-03-21[qa] Expand bumpfee test docstringRussell Yanofsky
2017-03-21[qa] Rename python input variable to tx_inputRussell Yanofsky
2017-03-21[qa] Make bumpfee.py test function order consistentRussell Yanofsky
2017-03-21[qa] Get rid of nondeterminism in bumpfee.pyRussell Yanofsky
2017-03-21[qa] Remove bumpfee.py get_change_address hackRussell Yanofsky
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery
2017-03-20Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.pyJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery
2017-03-20Rename qa directory to testJohn Newbery