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
2016-10-03
test: Explicitly set encoding to utf8 when opening text files
Wladimir 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-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
2016-04-14
Merge #7853: [qa] py2: Unfiddle strings into bytes explicitly
Wladimir J. van der Laan
2016-04-13
getblockchaininfo: make bip9_softforks an object, not an array.
Rusty Russell
2016-04-10
[qa] py2: Unfiddle strings into bytes explicitly
MarcoFalke
2016-04-07
Tests: move get_bip9_status to util.py
Suhas Daftuar
2016-03-26
test_framework: detect failure of bitcoind startup
Wladimir J. van der Laan
2016-03-16
Tests: make prioritise_transaction.py more robust
Suhas Daftuar
2016-03-14
[qa] Move create_tx() to util.py
MarcoFalke
2016-01-20
[qa] Change default block priority size to 0
MarcoFalke
2016-01-19
Merge pull request #7164: Do not download transactions during initial blockch...
Wladimir J. van der Laan
2016-01-18
Merge pull request #7194
Wladimir J. van der Laan
2016-01-13
[qa] Fix pyton syntax in rpc tests
MarcoFalke
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2016-01-04
Merge pull request #7250
Wladimir J. van der Laan
2015-12-24
[qa] Move gen_return_txouts() to util.py
MarcoFalke
2015-12-22
Merge pull request #7153
Wladimir J. van der Laan
2015-12-15
Do not download transactions during inital sync
ptschip
2015-12-14
Add 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 clients
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-04
tests: Disable Tor interaction
Wladimir J. van der Laan
2015-12-03
[Tests] Refactor some shared functions
Jonas Schnelli
2015-12-01
Merge pull request #7022
Wladimir J. van der Laan
2015-12-01
Add rounding helper function to util.py
Suhas Daftuar
2015-11-30
Change default block priority size to 0
Alex Morcos
2015-11-28
[wallet] Add rpc tests to verify fee calculations
MarcoFalke
2015-11-11
Add basic coverage reporting for RPC tests
James O'Beirne
2015-08-26
Enable python tests for Native Windows
ptschip
2015-05-21
rpc-tests: remove python-bitcoinrpc directory
Jonas Schnelli
2015-05-18
[QA] restructure rpc tests directory
Jonas Schnelli