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
/
util.py
Age
Commit message (
Expand
)
Author
2017-09-07
[test] Add assert_raises_process_error to assert process errors
João Barbosa
2017-09-07
[test] Improve assert_raises_jsonrpc docstring
João Barbosa
2017-08-17
qa: Move wait_until to util
MarcoFalke
2017-08-15
[tests] Introduce TestNode
John Newbery
2017-07-06
Fix multi_rpc test for hosts that dont default to utf8
Matt Corallo
2017-07-02
[tests] nits in dbcrash.py
John Newbery
2017-06-29
[tests] fix nits.
John Newbery
2017-06-29
[tests] reorganize utils.py module (code move only)
John Newbery
2017-06-29
[tests] move mocktime property and functions to BitcoinTestFramework
John Newbery
2017-06-29
[tests] Move stop_node and start_node methods to BitcoinTestFramework
John Newbery
2017-06-29
[tests] fix flake8 warnings in test_framework.py and util.py
John Newbery
2017-06-29
[tests] remove unused imports from utils.py
John Newbery
2017-06-26
[qa] Test non-atomic chainstate writes
Suhas Daftuar
2017-06-22
Merge #10636: [qa] util: Check return code after closing bitcoind proc
MarcoFalke
2017-06-20
[qa] util: Check return code after closing bitcoind proc
MarcoFalke
2017-06-18
Check for rpcuser/rpcpassword first then for cookie
Andrew Chow
2017-06-08
Add test for rpcuser/rpcpassword
Andrew Chow
2017-06-08
Replace cookie auth in tests
Andrew Chow
2017-05-31
[tests] Update start/stop node functions to be private module functions
John Newbery
2017-05-02
move initialize_chain() and initialize_chain_clean() to be methods of Bitcoin...
John Newbery
2017-05-02
[tests] Remove is_network_split from funtional test cases
John Newbery
2017-04-07
Reduce spammy test logging
John Newbery
2017-03-20
Rename rpc-tests directory to functional
John Newbery