aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2018-04-25Merge #13051: qa: Normalize executable locationWladimir J. van der Laan
2018-04-24qa: Clarify documentation for send_txs_and_testMarcoFalke
2018-04-24Merge #13022: [qa] Attach node index to test_node AssertionError and print me...Wladimir J. van der Laan
2018-04-21qa: Normalize executable locationMarcoFalke
2018-04-20[tests] tidy up blocktools.pyJohn Newbery
2018-04-20[tests] Fix flake8 warnings in blocktools.pyJohn Newbery
2018-04-20[doc][trivial] no retargeting in regtest modeJesse Cohen
2018-04-19[qa] Attach node index to test_node AssertionError and print messagesJames O'Beirne
2018-04-17Print to console by default when not run with -daemonEvan Klitzke
2018-04-16qa: Add test for orphan handlingMarcoFalke
2018-04-16Merge #11862: Network specific conf sectionsWladimir J. van der Laan
2018-04-16Merge #12996: tests: Remove redundant bytes(…) callsMarcoFalke
2018-04-16tests: Remove redundant bytes²practicalswift
2018-04-16Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift
2018-04-16tests: Remove compatibility code not needed now when we're on Python 3practicalswift
2018-04-11[tests] Use regtest section in functional tests configsAnthony Towns
2018-04-09Merge #12902: [qa] Handle potential cookie race when starting nodeMarcoFalke
2018-04-09[qa] Delete cookie file before starting nodeSuhas Daftuar
2018-04-08Merge #12856: Tests: Add Metaclass for BitcoinTestFrameworkWladimir J. van der Laan
2018-04-08Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests endWladimir J. van der Laan
2018-04-08[qa] Ensure bitcoind processes are cleaned up when tests endSuhas Daftuar
2018-04-06[test] fundrawtransaction: lock watch-only shared addressKarl-Johan Alm
2018-04-04Tests: Add Metaclass for BitcoinTestFrameworkWill Ayd
2018-04-04Merge #11818: I accidentally [deliberately] killed it [the ComparisonTestFram...MarcoFalke
2018-04-04Merge #12853: qa: Match full plain text by defaultMarcoFalke
2018-04-02[tests] Stop feature_block.py from blowing up memory.John Newbery
2018-04-02[tests] Remove Comparison Test FrameworkJohn Newbery
2018-04-02Merge #11742: rpc: Add testmempoolacceptWladimir J. van der Laan
2018-04-01Merge #12284: Remove assigned but never used local variables. Enable Travis c...MarcoFalke
2018-04-01qa: Match full plain text by defaultMarcoFalke
2018-03-30Merge #12810: [Tests] Fix a typo at assert_start_raises_init_error() and use ...MarcoFalke
2018-03-29Remove assigned but never used local variablespracticalswift
2018-03-29Merge #11773: [tests] Change feature_block.py to use BitcoinTestFrameworkWladimir J. van der Laan
2018-03-28[Tests] fix a typo in TestNode.assert_start_raises_init_error()Roman Zeyde
2018-03-24rpc: Add testmempoolacceptMarcoFalke
2018-03-22Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan
2018-03-22Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (j...Wladimir J. van der Laan
2018-03-21Merge #12716: Fix typos and cleanup in various filesMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2018-03-19qa: Allow for partial_match when checking init errorMarcoFalke
2018-03-19scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery
2018-03-19[tests] Improve assert message when wait_until() failsJohn Newbery
2018-03-19qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke
2018-03-18[Tests] Require exact match in assert_start_raises_init_eror()John Newbery
2018-03-18[Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery
2018-03-15test: Use wait_until in tests where time was used for pollingBen Woosley
2018-03-14Merge #12638: qa: Cache only chain and wallet for regtest datadirWladimir J. van der Laan
2018-03-13Merge #12643: [qa] util: Remove unused sync_chainWladimir J. van der Laan
2018-03-12[qa] util: Remove unused sync_chainMarcoFalke
2018-03-09Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift