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
Age
Commit message (
Expand
)
Author
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-28
Merge #10148: Use non-atomic flushing with block replay
Wladimir J. van der Laan
2017-06-28
Merge #10690: [qa] Bugfix: allow overriding extra_args in ComparisonTestFrame...
MarcoFalke
2017-06-28
[qa] Bugfix: allow overriding extra_args in ComparisonTestFramework
Suhas Daftuar
2017-06-26
[qa] Test non-atomic chainstate writes
Suhas Daftuar
2017-06-22
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
Merge #10636: [qa] util: Check return code after closing bitcoind proc
MarcoFalke
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
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-06-02
Merge #10359: [tests] functional tests should call BitcoinTestFramework start...
MarcoFalke
2017-05-31
[tests] Update start/stop node functions to be private module functions
John Newbery
2017-05-22
[tests] skipped tests should clean up after themselves
John Newbery
2017-05-18
[tests] improve tmpdir structure
John Newbery
2017-05-09
[tests] Make wait_until timeout 60 seconds by default
John Newbery
2017-05-08
Merge #10352: test: Add elapsed time to RPC tracing
MarcoFalke
2017-05-07
Merge #10171: [tests] Add node methods to test framework
MarcoFalke
2017-05-07
test: Add elapsed time to RPC tracing
Wladimir J. van der Laan
2017-05-06
Merge #10318: [tests] fix wait_for_inv()
MarcoFalke
2017-05-05
Reorganize BitcoinTestFramework class
John Newbery
2017-05-03
[tests] fix wait_for_inv()
John Newbery
2017-05-03
Merge #10307: [tests] allow zmq test to be run in out-of-tree builds
Wladimir J. van der Laan
2017-05-02
Add start and stop node methods to BitcoinTestFramework
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-05-02
Merge #10169: [tests] Remove func test code duplication
Wladimir J. van der Laan
2017-05-01
[tests] allow zmq test to be run in out-of-tree builds
John Newbery
2017-04-20
Tests: Refactor to create witness script creation function
Jimmy Song
2017-04-18
Remove duplicate method definitions in NodeConnCB subclasses
John Newbery
2017-04-18
Adds helper functions to NodeConnCB
John Newbery
2017-04-07
Reduce spammy test logging
John Newbery
2017-03-30
[tests] sync_with_ping should assert that ping hasn't timed out
John Newbery
2017-03-28
Remove SingleNodeConnCB
John Newbery
2017-03-27
Print out the final 1000 lines of test_framework.log if test fails
John Newbery
2017-03-24
Merge #10053: [test] Allow functional test cases to be skipped
MarcoFalke
2017-03-22
[tests] Remove unused and duplicate imports
practicalswift
2017-03-22
Allow test cases to be skipped
John Newbery
2017-03-21
Python functional tests should log in UTC
John Newbery
2017-03-20
Rename rpc-tests directory to functional
John Newbery