index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qa
/
rpc-tests
/
test_framework
/
util.py
Age
Commit message (
Expand
)
Author
2017-03-20
Rename qa directory to test
John Newbery
2017-03-09
Use logging in test_framework/util.py
John Newbery
2017-03-09
Always enable debug log and microsecond logging for test nodes.
John Newbery
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-06
tests: Delete unused function _rpchost_to_args
Wladimir J. van der Laan
2017-03-06
Merge #9832: [qa] assert_start_raises_init_error
Wladimir J. van der Laan
2017-03-06
[qa] assert_start_raises_init_error
NicolasDorier
2017-03-03
[test] Remove priority from tests
Alex Morcos
2017-02-23
Merge #9577: Fix docstrings in qa tests
MarcoFalke
2017-02-23
Fix docstrings in qa tests
John Newbery
2017-02-23
qa: Check return code when stopping nodes
MarcoFalke
2017-02-08
Fix RPC failure testing
John Newbery
2017-01-12
Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.
Wladimir J. van der Laan
2017-01-05
test: Add test for RPC named arguments
Wladimir J. van der Laan
2016-12-13
Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.
Chris Moore
2016-12-04
[qa] pruning: Use cached utxo set to run faster
MarcoFalke
2016-12-02
Merge #9221: [qa] Get rid of duplicate code
MarcoFalke
2016-12-02
[qa] Get rid of duplicate code
MarcoFalke
2016-11-28
Fix some typos
fsb4000
2016-11-23
Merge #9139: Change sync_blocks to pick smarter maxheight (on top of #9196)
MarcoFalke
2016-11-15
[qa] add assert_raises_message to check specific error message
mrbandrews
2016-11-14
[qa] Avoid 2 list comprehensions in sync_blocks
Russell Yanofsky
2016-11-14
[qa] Fix sync_blocks timeout argument
Russell Yanofsky
2016-11-14
[qa] Improve sync_blocks error messages.
Russell Yanofsky
2016-11-11
[qa] Change sync_blocks to pick smarter maxheight
Russell Yanofsky
2016-11-07
[qa] util: Rework sync_*()
MarcoFalke
2016-11-07
[qa] Increase wallet-dump RPC timeout
Russell Yanofsky
2016-10-18
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-02
[qa] util: Move wait_bitcoinds() into stop_nodes()
MarcoFalke
2016-09-29
test: Explicitly set encoding to utf8 when opening text files
Wladimir J. van der Laan
2016-09-07
add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
Cory Fields
2016-08-26
Add preciousblock tests
Pieter Wuille
2016-08-18
Revert "[qa] Adjust timeouts for micro-optimization of run time"
Wladimir J. van der Laan
2016-08-17
Merge #8482: [qa] Use single cache dir for chains
Wladimir J. van der Laan
2016-08-07
[qa] Use single cache dir for chains
MarcoFalke
2016-08-07
[qa] Adjust timeouts for micro-optimization of run time
MarcoFalke
2016-07-25
[qa]: add parsing for '<host>:<port>' argument form to rpc_url()
whythat
2016-06-20
Merge #8066: [qa] test_framework: Use different rpc_auth_pair for each node
Wladimir J. van der Laan
2016-06-13
[qa] util: Move check_fee_amount out of wallet.py
MarcoFalke
2016-05-26
Tests: add timeout to sync_blocks() and sync_mempools()
Suhas Daftuar
2016-05-20
Merge #8047: [qa] test_framework: Set wait-timeout for bitcoind procs
MarcoFalke
2016-05-17
[qa] test_framework: Use different rpc_auth_pair for each node
MarcoFalke
2016-05-15
[qa] Remove hardcoded "4 nodes" from test_framework
MarcoFalke
2016-05-12
[qa] test_framework: Set wait-timeout for bitcoind procs
MarcoFalke
2016-05-09
[qa] Add option --portseed to test_framework
MarcoFalke
2016-05-06
[qa] Stop other nodes, even when one fails to stop
MarcoFalke
2016-05-06
[qa] Refactor test_framework and pull tester
MarcoFalke
2016-05-05
[qa] Switch to py3
MarcoFalke
2016-04-26
[qa] test_framework: Properly print exceptions and assert empty dict
MarcoFalke
2016-04-19
Move method to check matches within arrays on util.py
Joao Fonseca
[next]