aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/util.py
AgeCommit message (Expand)Author
2016-10-03test: Explicitly set encoding to utf8 when opening text filesWladimir J. van der Laan
2016-10-03[qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke
2016-09-21[qa]: add parsing for '<host>:<port>' argument form to rpc_url()whythat
2016-06-20Merge #8066: [qa] test_framework: Use different rpc_auth_pair for each nodeWladimir J. van der Laan
2016-06-13[qa] util: Move check_fee_amount out of wallet.pyMarcoFalke
2016-05-26Tests: add timeout to sync_blocks() and sync_mempools()Suhas Daftuar
2016-05-20Merge #8047: [qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke
2016-05-17[qa] test_framework: Use different rpc_auth_pair for each nodeMarcoFalke
2016-05-15[qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke
2016-05-12[qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke
2016-05-09[qa] Add option --portseed to test_frameworkMarcoFalke
2016-05-06[qa] Stop other nodes, even when one fails to stopMarcoFalke
2016-05-06[qa] Refactor test_framework and pull testerMarcoFalke
2016-05-05[qa] Switch to py3MarcoFalke
2016-04-26[qa] test_framework: Properly print exceptions and assert empty dictMarcoFalke
2016-04-19Move method to check matches within arrays on util.pyJoao Fonseca
2016-04-14Merge #7853: [qa] py2: Unfiddle strings into bytes explicitlyWladimir J. van der Laan
2016-04-13getblockchaininfo: make bip9_softforks an object, not an array.Rusty Russell
2016-04-10[qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke
2016-04-07Tests: move get_bip9_status to util.pySuhas Daftuar
2016-03-26test_framework: detect failure of bitcoind startupWladimir J. van der Laan
2016-03-16Tests: make prioritise_transaction.py more robustSuhas Daftuar
2016-03-14[qa] Move create_tx() to util.pyMarcoFalke
2016-01-20[qa] Change default block priority size to 0MarcoFalke
2016-01-19Merge pull request #7164: Do not download transactions during initial blockch...Wladimir J. van der Laan
2016-01-18Merge pull request #7194Wladimir J. van der Laan
2016-01-13[qa] Fix pyton syntax in rpc testsMarcoFalke
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2016-01-04Merge pull request #7250Wladimir J. van der Laan
2015-12-24[qa] Move gen_return_txouts() to util.pyMarcoFalke
2015-12-22Merge pull request #7153Wladimir J. van der Laan
2015-12-15Do not download transactions during inital syncptschip
2015-12-14Add assert_is_hex_string and assert_is_hash_string to RPC test utils.James O'Beirne
2015-12-14[RPC-Tests] add option to run rpc test over QT clientsJonas Schnelli
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-04tests: Disable Tor interactionWladimir J. van der Laan
2015-12-03[Tests] Refactor some shared functionsJonas Schnelli
2015-12-01Merge pull request #7022Wladimir J. van der Laan
2015-12-01Add rounding helper function to util.pySuhas Daftuar
2015-11-30Change default block priority size to 0Alex Morcos
2015-11-28[wallet] Add rpc tests to verify fee calculationsMarcoFalke
2015-11-11Add basic coverage reporting for RPC testsJames O'Beirne
2015-08-26Enable python tests for Native Windowsptschip
2015-05-21rpc-tests: remove python-bitcoinrpc directoryJonas Schnelli
2015-05-18[QA] restructure rpc tests directoryJonas Schnelli