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-05-30
qa: Fixup setting of PATH env var
MarcoFalke
2018-05-09
[tests] Allow stderr to be tested against specified string
John Newbery
2018-05-09
[Tests] Write stdout/stderr to datadir instead of temp file.
John Newbery
2018-05-08
qa: Remove unused option --srcdir
MarcoFalke
2018-04-21
qa: Normalize executable location
MarcoFalke
2018-04-08
Merge #12856: Tests: Add Metaclass for BitcoinTestFramework
Wladimir J. van der Laan
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-04
Tests: Add Metaclass for BitcoinTestFramework
Will Ayd
2018-04-02
[tests] Remove Comparison Test Framework
John Newbery
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: Use node.datadir instead of tmpdir in test framework
MarcoFalke
2018-03-18
[Tests] Move assert_start_raises_init_error method to TestNode
John Newbery
2018-03-14
Merge #12638: qa: Cache only chain and wallet for regtest datadir
Wladimir J. van der Laan
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-07
qa: Cache only chain and wallet for regtest datadir
MarcoFalke
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
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
[next]