aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
Commit message (Expand)AuthorAgeFilesLines
* [Tests] Rename create_tx and move to blocktools.pyConor Scott2018-08-091-8/+0
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Explicitly specify encoding when opening text files in Python codepracticalswift2018-06-121-1/+1
* Merge #13201: [qa] Handle disconnect_node raceMarcoFalke2018-05-101-1/+8
|\
| * [qa] Handle disconnect_node raceSuhas Daftuar2018-05-091-1/+8
* | [qa] Avoid printing to console during cache creationSuhas Daftuar2018-05-091-0/+1
|/
* [Tests] Write stdout/stderr to datadir instead of temp file.John Newbery2018-05-091-0/+2
* Merge #12265: [test] fundrawtransaction: lock watch-only shared addressWladimir J. van der Laan2018-05-091-0/+11
|\
| * [test] fundrawtransaction: lock watch-only shared addressKarl-Johan Alm2018-04-061-0/+11
* | [tests] Use regtest section in functional tests configsAnthony Towns2018-04-111-0/+1
* | [qa] Delete cookie file before starting nodeSuhas Daftuar2018-04-091-0/+6
* | Merge #11773: [tests] Change feature_block.py to use BitcoinTestFrameworkWladimir J. van der Laan2018-03-291-4/+9
|\ \
| * | [tests] Improve assert message when wait_until() failsJohn Newbery2018-03-191-4/+9
* | | qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke2018-03-191-3/+2
* | | test: Use wait_until in tests where time was used for pollingBen Woosley2018-03-151-8/+3
|/ /
* | Merge #12638: qa: Cache only chain and wallet for regtest datadirWladimir J. van der Laan2018-03-141-3/+0
|\ \
| * | qa: Cache only chain and wallet for regtest datadirMarcoFalke2018-03-071-3/+0
* | | Merge #12643: [qa] util: Remove unused sync_chainWladimir J. van der Laan2018-03-131-34/+9
|\ \ \ | |/ / |/| |
| * | [qa] util: Remove unused sync_chainMarcoFalke2018-03-121-34/+9
* | | [tests] bind functional test nodes to 127.0.0.1Sjors Provoost2018-03-061-0/+6
* | | Merge #12443: qa: Move common args to bitcoin.confMarcoFalke2018-02-231-0/+3
|\ \ \
| * | | qa: Move common args to bitcoin.confMarcoFalke2018-02-151-0/+3
* | | | Merge #12486: [test] Round target fee to 8 decimals in assert_fee_amountWladimir J. van der Laan2018-02-231-1/+1
|\ \ \ \
| * | | | [test] Round target fee to 8 decimals in assert_fee_amountKarl-Johan Alm2018-02-201-1/+1
| | |/ / | |/| |
* | | | scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow2018-02-171-2/+2
* | | | Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-2/+2
|/ / /
* / / Revert "[tests] bind functional test nodes to 127.0.0.1"John Newbery2018-02-161-1/+0
|/ /
* | Merge #12200: Bind functional test nodes to 127.0.0.1Wladimir J. van der Laan2018-02-151-0/+1
|\ \ | |/ |/|
| * [tests] bind functional test nodes to 127.0.0.1Sjors Provoost2018-01-161-0/+1
* | qa: Sync with validationinterface queue in sync_mempoolsMarcoFalke2018-01-171-1/+4
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery2017-10-051-2/+2
* [tests] do not allow assert_raises_message to be called with JSONRPCExceptionJohn Newbery2017-10-051-0/+2
* [tests] remove direct testing on JSONRPCException from individual test casesJohn Newbery2017-10-051-1/+9
* Merge #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblockMarcoFalke2017-09-291-0/+8
|\
| * Tests for zmqpubrawtx and zmqpubrawblockAndrew Chow2017-09-181-0/+8
* | [test] Add assert_raises_process_error to assert process errorsJoão Barbosa2017-09-071-0/+25
* | [test] Improve assert_raises_jsonrpc docstringJoão Barbosa2017-09-071-2/+2
|/
* qa: Move wait_until to utilMarcoFalke2017-08-171-0/+22
* [tests] Introduce TestNodeJohn Newbery2017-08-151-2/+2
* Fix multi_rpc test for hosts that dont default to utf8Matt Corallo2017-07-061-1/+1
* [tests] nits in dbcrash.pyJohn Newbery2017-07-021-1/+4
* [tests] fix nits.John Newbery2017-06-291-3/+0
* [tests] reorganize utils.py module (code move only)John Newbery2017-06-291-200/+217
* [tests] move mocktime property and functions to BitcoinTestFrameworkJohn Newbery2017-06-291-21/+0
* [tests] Move stop_node and start_node methods to BitcoinTestFrameworkJohn Newbery2017-06-291-131/+2
* [tests] fix flake8 warnings in test_framework.py and util.pyJohn Newbery2017-06-291-83/+85
* [tests] remove unused imports from utils.pyJohn Newbery2017-06-291-2/+0
* [qa] Test non-atomic chainstate writesSuhas Daftuar2017-06-261-0/+2
* Merge #10636: [qa] util: Check return code after closing bitcoind procMarcoFalke2017-06-221-1/+1
|\