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_framework.py
Age
Commit message (
Expand
)
Author
2018-01-24
qa: Prepare functional tests for Windows
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-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-10
Remove unused Python imports
practicalswift
2017-11-29
[tests] [travis-ci] Move Travis functional test log post processing to test_r...
John Newbery
2017-11-29
[tests] Improve logging shutdown and add hint for combine_logs
John Newbery
2017-11-18
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-10-18
Merge #11472: qa: Make tmpdir option an absolute path, misc cleanup
Wladimir J. van der Laan
2017-10-16
[tests] Don't subclass from object for Python 3
John Newbery
2017-10-13
qa: Make tmpdir option an absolute path
MarcoFalke
2017-09-20
[test] Add restart_node to BitcoinTestFramework
João Barbosa
2017-09-06
[qa] TestNode: Add wait_until_stopped helper method
MarcoFalke
2017-09-01
[tests] Functional tests must explicitly set num_nodes
John Newbery
2017-09-01
[tests] don't override __init__() in individual tests
John Newbery
2017-09-01
[tests] Avoid passing around member variables in test_framework
John Newbery
2017-09-01
[tests] TestNode: separate add_node from start_node
John Newbery
2017-08-15
Merge #10711: [tests] Introduce TestNode
MarcoFalke
2017-08-15
[tests] Introduce TestNode
John Newbery
2017-08-10
Add option to attach a python debugger if test fails
John Newbery
2017-06-29
[tests] fix nits.
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-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-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-07
Merge #10171: [tests] Add node methods to test framework
MarcoFalke
2017-05-05
Reorganize BitcoinTestFramework class
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-01
[tests] allow zmq test to be run in out-of-tree builds
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