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
2021-02-05
Merge #20267: Disable and fix tests for when BDB is not compiled
Wladimir J. van der Laan
2021-01-27
tests: Don't make any wallets unless wallet is required
Andrew Chow
2021-01-27
Skip legacy wallet reliant tests if BDB is not compiled
Andrew Chow
2021-01-27
tests: Set descriptors default based on compilation
Andrew Chow
2021-01-18
Change type definitions for "chain" and "setup_clean_chain" from type comment...
Kiminuo
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-27
Merge #20763: test: Fix comment typo in BitcoinTestFramework
fanquake
2020-12-24
test: Fix Comment Typo in BitcoinTestFramework
Joel Klabo
2020-12-17
test: Fix restart node race
MarcoFalke
2020-11-23
test: add is_bdb_compiled helper
Sjors Provoost
2020-11-01
tests: Add a --legacy-wallet that is mutually exclusive with --descriptors
Andrew Chow
2020-10-29
Skip --descriptor tests if sqlite is not compiled
Andrew Chow
2020-10-21
wallet: Make -wallet setting not create wallets
Russell Yanofsky
2020-10-20
test: Move (dis)?connect_nodes globals into TestFramework as helpers
Elliott Jin
2020-10-14
Update wallet_multiwallet.py for descriptor and sqlite wallets
Russell Yanofsky
2020-09-29
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-29
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-08-27
test: Remove unused lock arg from BitcoinTestFramework.wait_until
MarcoFalke
2020-08-27
test: Rename wait until helper to wait_until_helper
MarcoFalke
2020-08-21
test: resort imports
John Newbery
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-07-19
test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_until
Jon Atack
2020-06-21
test: Add connect_nodes method
MarcoFalke
2020-06-21
Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...
MarcoFalke
2020-06-18
test: move sync_blocks and sync_mempool functions to test_framework.py
Roy Shao
2020-06-16
test: refactor: Inline adjust_bitcoin_conf_for_pre_17
MarcoFalke
2020-06-08
Merge #18890: test: disconnect_nodes should warn if nodes were already discon...
MarcoFalke
2020-06-02
This PR adds initial support for type hints checking in python scripts.
Kiminuo
2020-05-29
test: Explain that a bug should be filed when the test fail
MarcoFalke
2020-05-21
test: Default --previous-releases to false if dir is empty
MarcoFalke
2020-05-21
test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option
MarcoFalke
2020-05-18
test: Add capability to disable RPC timeout in functional tests.
codeShark149
2020-05-11
avoided os-dependant path
Ferdinando M. Ametrano
2020-05-07
test: remove redundant two-way disconnect_nodes calls
Danny Lee
2020-05-03
Merge #18617: test: add factor option to adjust test timeouts
MarcoFalke
2020-05-03
test: add factor option to adjust test timeouts
Harris
2020-04-30
test: Strip down previous releases boilerplate
MarcoFalke
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2020-04-14
test: Create cached blocks not in the future
MarcoFalke
2020-02-11
[tests] check v0.17.1 and v0.18.1 backwards compatibility
Sjors Provoost
2019-12-10
Merge #17633: tests: Add option --valgrind to run the functional tests under ...
MarcoFalke
2019-12-06
tests: Use a default of supports_cli=True (instead of supports_cli=False)
practicalswift
2019-12-04
test: Print stderr when subprocess fails
MarcoFalke
2019-12-01
tests: Add option --valgrind to run nodes under valgrind in the functional tests
practicalswift
2019-11-18
test: skip tool_wallet test when bitcoin-wallet isn't compiled
fanquake
2019-11-03
Move argparse() to init()
JamesC
2019-11-03
Move assert num_nodes is set into main()
JamesC
2019-11-03
Clear TestNode objects after shutdown
JamesC
2019-11-03
Add closing and flushing of logging handlers
JamesC
2019-11-03
Refactor TestFramework main() into setup/shutdown
JamesC
[next]