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_node.py
Age
Commit message (
Expand
)
Author
2019-09-12
Merge #16551: test: Test that low difficulty chain fork is rejected
MarcoFalke
2019-09-04
test: Remove incorrect and unused try-block in assert_debug_log
MarcoFalke
2019-08-21
QA: fix rpc_setban.py race
Jonas Schnelli
2019-08-16
test: Pass down correct chain name in tests
MarcoFalke
2019-08-11
Add functional tests for flexible whitebind/list
nicolas.dorier
2019-07-31
test: Adapt test framework for chains other than "regtest"
MarcoFalke
2019-05-17
test: Speed up cache creation
MarcoFalke
2019-05-17
test: Bump MAX_NODES to 12
MarcoFalke
2019-05-03
[tests] Comment for why logging config is set as command-line args.
John Newbery
2019-04-30
[tests] log thread names by default in functional tests
John Newbery
2019-03-22
doc: Fix all typos reported by codespell
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
build: Require python 3.5
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-06
qa: Drop RPC connection if --usecli
João Barbosa
2019-02-05
Merge #14519: tests: add utility to easily profile node performance with perf
MarcoFalke
2019-01-31
tests: unify RPC argument to cli argument conversion and handle dicts and lists
Andrew Chow
2019-01-22
tests: add utility to easily profile node performance with perf
James O'Beirne
2018-12-10
Compare to None with is/is not
Daniel Ingram
2018-12-06
Merge #14670: http: Fix HTTP server shutdown
Wladimir J. van der Laan
2018-11-26
qa: clean up assert_memory_usage_stable utility
James O'Beirne
2018-11-23
qa: Test bitcond shutdown
João Barbosa
2018-11-08
test_node: get_mem_rss fixups
MarcoFalke
2018-11-06
Merge #14522: tests: add invalid P2P message tests
Wladimir J. van der Laan
2018-11-01
tests: add utility to assert node memory usage hasn't increased
James O'Beirne
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-10-18
[tests] Add generate method to TestNode
John Newbery
2018-10-08
tests: Allow closed http server in assert_start_raises_init_error
Chun Kuan Lee
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-14
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-13
qa: Fix codespell error and have lint-spelling error instead of warn
MarcoFalke
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-08-24
qa: Add TestNode::assert_debug_log
MarcoFalke
2018-08-11
Merge #13867: qa: Make extended tests pass on native Windows
MarcoFalke
2018-08-09
No longer shutdown after encrypting the wallet
Andrew Chow
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-03
qa: Use files for stdout/stderr to support Windows
MarcoFalke
2018-08-03
qa: Close stdout and stderr file when node stops
MarcoFalke
2018-08-02
Merge #13823: qa: quote path in authproxy for external multiwallets
Wladimir J. van der Laan
2018-08-02
qa: Quote wallet name for rpc path
MarcoFalke
2018-08-01
qa: Extract rpc_timewait as test param
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-12
QA: Fix bug in -usecli logic that converts booleans to non-lowercase strings
Jonas Schnelli
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-05-09
[qa] Avoid printing to console during cache creation
Suhas Daftuar
2018-05-09
[tests] Allow stderr to be tested against specified string
John Newbery
2018-05-09
[Tests] Use LIBC_FATAL_STDERR_=1 in tests
John Newbery
[next]