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
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
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-09-17
test: Use connect_nodes when connecting nodes in the test_framework
MarcoFalke
2019-07-31
test: Adapt test framework for chains other than "regtest"
MarcoFalke
2019-07-31
test: Fix “local variable 'e' is assigned to but never used”
Ben Woosley
2019-05-17
test: Speed up cache creation
MarcoFalke
2019-05-09
[tests] Make random seed logged and settable
John Newbery
2019-04-26
Merge #15895: QA: Avoid re-reading config.ini unnecessarily
MarcoFalke
2019-04-25
QA: Avoid re-reading config.ini unnecessarily
Luke Dashjr
2019-04-09
test: Add BitcoinTestFramework::sync_* methods
MarcoFalke
2019-04-09
test: Pass at most one node group to sync_all
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-02-25
test: Simplify create_cache
MarcoFalke
2019-02-19
qa: Always refresh stale cache to be out of ibd
MarcoFalke
2019-02-19
qa: Remove mocktime unless required
MarcoFalke
2019-02-19
[test] functional: set cwd of nodes to tmpdir
Sjors Provoost
2019-02-05
Merge #14519: tests: add utility to easily profile node performance with perf
MarcoFalke
2019-01-30
[tests] Add wallet-tool test
João Barbosa
2019-01-22
tests: add utility to easily profile node performance with perf
James O'Beirne
2018-12-29
Merge #15026: [test] Rename rpc_timewait to rpc_timeout
MarcoFalke
2018-12-29
Merge #14738: Tests: Fix running wallet_listtransactions.py individually thro...
MarcoFalke
2018-12-22
whitespace: Split ~300 char line into multiple ones
MarcoFalke
2018-12-22
scripted-diff: Rename rpc_timewait to rpc_timeout
MarcoFalke
2018-12-14
Merge #14951: Revert "tests: Support calling add_nodes more than once"
MarcoFalke
2018-12-13
test: add_nodes can only be called once after set_test_params
MarcoFalke
2018-12-13
Revert "tests: Support calling add_nodes more than once"
MarcoFalke
2018-12-13
Merge #14805: tests: Support calling add_nodes more than once
Wladimir J. van der Laan
2018-12-06
Merge #14670: http: Fix HTTP server shutdown
Wladimir J. van der Laan
2018-11-29
tests: have combine_logs default to most recent test dir
James O'Beirne
2018-11-23
qa: Test bitcond shutdown
João Barbosa
2018-11-21
tests: Support calling add_nodes more than once
Steven Roose
2018-11-16
Fix running individually through test_runner.py, as suggested by @MarcoFalke ...
Kristaps Kaupe
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-10-03
test: Add missing call to skip_if_no_cli()
practicalswift
2018-09-27
Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled
MarcoFalke
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-13
configure: Make it possible to build only one of bitcoin-cli or bitcoin-tx
Luke Dashjr
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-09-01
Test rpc_help.py failed: Check whether ZMQ is enabled or not.
Kvaciral
[next]