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
/
test
/
functional
/
test_framework
/
test_node.py
Age
Commit message (
Expand
)
Author
2018-04-09
Merge #12902: [qa] Handle potential cookie race when starting node
MarcoFalke
2018-04-09
[qa] Delete cookie file before starting node
Suhas Daftuar
2018-04-08
Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests end
Wladimir J. van der Laan
2018-04-08
[qa] Ensure bitcoind processes are cleaned up when tests end
Suhas Daftuar
2018-04-01
qa: Match full plain text by default
MarcoFalke
2018-03-28
[Tests] fix a typo in TestNode.assert_start_raises_init_error()
Roman Zeyde
2018-03-22
Merge #12076: qa: Use node.datadir instead of tmpdir in test framework
Wladimir J. van der Laan
2018-03-22
Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (j...
Wladimir J. van der Laan
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-19
qa: Allow for partial_match when checking init error
MarcoFalke
2018-03-19
qa: Use node.datadir instead of tmpdir in test framework
MarcoFalke
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 TestNode
John Newbery
2018-03-06
[tests] bind functional test nodes to 127.0.0.1
Sjors Provoost
2018-02-15
qa: Move common args to bitcoin.conf
MarcoFalke
2018-01-24
Merge #12089: qa: Make TestNodeCLI command optional in send_cli
MarcoFalke
2018-01-23
qa: Make TestNodeCLI command optional in send_cli
MarcoFalke
2018-01-23
qa: Rename cli.args to cli.options
MarcoFalke
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2018-01-08
[tests] allow tests to be run with --usecli
John Newbery
2018-01-08
TestNodeCLI batch emulation
Russell Yanofsky
2018-01-08
Prevent TestNodeCLI.args mixups
Russell Yanofsky
2018-01-08
Improve TestNodeCLI output parsing
Russell Yanofsky
2017-11-28
[tests] Make NodeConnCB a subclass of NodeConn
John Newbery
2017-11-14
Merge #11677: qa: Remove unused NodeConn members
MarcoFalke
2017-11-13
qa: Remove unused NodeConn members
MarcoFalke
2017-11-13
qa: Only allow disconnecting all NodeConns
MarcoFalke
2017-11-08
[tests] Add p2p connection to TestNode
John Newbery
2017-11-08
[tests] fix TestNode.__getattr__() method
John Newbery
2017-09-07
[test] Replace check_output with low level version
João Barbosa
2017-09-07
[test] Add support for custom arguments to TestNodeCLI
João Barbosa
2017-09-06
[qa] TestNode: Add wait_until_stopped helper method
MarcoFalke
2017-09-01
Merge #11121: TestNode tidyups
MarcoFalke
2017-09-01
[tests] TestNode: separate add_node from start_node
John Newbery
2017-09-01
[tests] fix - use rpc_timeout as rpc timeout
John Newbery
2017-08-24
Merge #10798: [tests] [utils] test bitcoin-cli
MarcoFalke
2017-08-23
[tests] fix timeout issues from TestNode
John Newbery
2017-08-20
test: Increase initial RPC timeout to 60 seconds
Wladimir J. van der Laan
2017-08-15
[tests] add TestNodeCLI class for calling bitcoin-cli for a node
John Newbery
2017-08-15
[tests] Introduce TestNode
John Newbery