aboutsummaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Expand)Author
2017-04-20Merge #10143: [net] Allow disconnectnode RPC to be called with node idWladimir J. van der Laan
2017-04-19[tests] disconnect_ban: add tests for disconnect-by-nodeidJohn Newbery
2017-04-19[tests] disconnect_ban: remove dependency on urllibJohn Newbery
2017-04-19[tests] disconnect_ban: use wait_until instead of sleepJohn Newbery
2017-04-19[tests] disconnect_ban: add loggingJohn Newbery
2017-04-19[tests] disconnectban test - only use two nodesJohn Newbery
2017-04-19[tests] rename nodehandling to disconnectbanJohn Newbery
2017-04-19[tests] fix nodehandling.py flake8 warningsJohn Newbery
2017-04-18Merge #10219: Tests: Order Python Tests DifferentlyMarcoFalke
2017-04-17Tests: Put Extended tests first when they're includedJimmy Song
2017-04-17Merge #10197: [tests] Functional test warningsMarcoFalke
2017-04-17[tests] test_runner - check unicodeJohn Newbery
2017-04-17[tests] Remove cache directory by default when running test_runnerJohn Newbery
2017-04-17[test] add warnings to test_runnerJohn Newbery
2017-04-11tests: Fix test_runner return value in case of skipped testWladimir J. van der Laan
2017-04-10Merge #10135: [p2p] Send the correct error code in reject messagesWladimir J. van der Laan
2017-04-08Merge #10124: [test] Suppress test logging spamMarcoFalke
2017-04-07Reduce spammy test loggingJohn Newbery
2017-04-07fixup - align summary row correctly and make colors/glyphs globalsJohn Newbery
2017-04-06[tests] Add unicode symbols for tests passing/failing/skippingJohn Newbery
2017-04-05[tests] color test results and sort alphabeticallyJohn Newbery
2017-04-03Test prioritisetransaction and ancestor fee stateSuhas Daftuar
2017-04-02Merge #10077: [qa] Add setnetworkactive smoke testWladimir J. van der Laan
2017-04-02Merge #10072: Remove sources of unreliablility in extended functional testsMarcoFalke
2017-03-31Send the correct error code in reject messagesJohn 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-28Make forknotify.py more robustJohn Newbery
2017-03-28Wait for connection to open in bip9-softforks.pyJohn Newbery
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-25[qa] Add setnetworkactive smoke 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