84 Commits (3a93270c55876cc88e1a3e2921e582acc6db318e)

Author SHA1 Message Date
Pieter Wuille fd0041aa27 Use BIP173 addresses in segwit.py test 7 years ago
João Barbosa fd8f45fe88 [test] Add restart_node to BitcoinTestFramework 7 years ago
Andrew Chow d3677ab757 Tests for zmqpubrawtx and zmqpubrawblock 7 years ago
Cory Fields 1817398b39 mininode: add an optimistic write and disable nagle 7 years ago
Suhas Daftuar a7820422e0 qa: Treat mininode p2p exceptions as fatal 7 years ago
João Barbosa ce379b47b9 [test] Replace check_output with low level version 7 years ago
João Barbosa 232e3e8471 [test] Add assert_raises_process_error to assert process errors 7 years ago
João Barbosa 5c18a84b9a [test] Add support for custom arguments to TestNodeCLI 7 years ago
João Barbosa e1274947d4 [test] Improve assert_raises_jsonrpc docstring 7 years ago
MarcoFalke faa8d9581a [qa] TestNode: Add wait_until_stopped helper method 7 years ago
John Newbery 7148b74dc3 [tests] Functional tests must explicitly set num_nodes 7 years ago
John Newbery 5448a1471d [tests] don't override __init__() in individual tests 7 years ago
John Newbery 6cf094a022 [tests] Avoid passing around member variables in test_framework 7 years ago
John Newbery 36b6268670 [tests] TestNode: separate add_node from start_node 7 years ago
John Newbery be2a2ab6a6 [tests] fix - use rpc_timeout as rpc timeout 7 years ago
practicalswift 8239794360 Use the variable name _ for unused return values 7 years ago
practicalswift 2e6080bbf3 Remove unused variables and/or function calls 7 years ago
John Newbery 0063d2c3dc [tests] Make p2p-leaktests.py more robust 7 years ago
John Newbery 2b4ea520b7 [tests] fix timeout issues from TestNode 7 years ago
Wladimir J. van der Laan c1470a058f test: Increase initial RPC timeout to 60 seconds 7 years ago
MarcoFalke 08ce33f8e9 qa: Move wait_until to util 7 years ago
John Newbery b23549f6e6 [tests] add TestNodeCLI class for calling bitcoin-cli for a node 7 years ago
John Newbery 7897338918 [tests] Introduce TestNode 7 years ago
John Newbery cc5d38f4b8 Add option to attach a python debugger if test fails 7 years ago
John Newbery 5e35cd94c1 [tests] Test disconnecting unsupported service bits logic. 7 years ago
John Newbery 979d0b8a65
[tests] [wallet] Add wallet endpoint support to authproxy 7 years ago
Matt Corallo bc7d1032f8 Fix multi_rpc test for hosts that dont default to utf8 7 years ago
John Newbery 27c63dc059 [tests] nits in dbcrash.py 7 years ago
John Newbery 5ba83c1d43 [tests] fix nits. 7 years ago
John Newbery 05b8c081b4 [tests] reorganize utils.py module (code move only) 7 years ago
John Newbery 0d473c539e [tests] move mocktime property and functions to BitcoinTestFramework 7 years ago
John Newbery cad967a892 [tests] Move stop_node and start_node methods to BitcoinTestFramework 7 years ago
John Newbery f1fe5368f1 [tests] fix flake8 warnings in test_framework.py and util.py 7 years ago
John Newbery 37065d2ed2 [tests] remove unused imports from utils.py 7 years ago
Suhas Daftuar 4ed36539bc [qa] Bugfix: allow overriding extra_args in ComparisonTestFramework 7 years ago
Suhas Daftuar 176c021d08 [qa] Test non-atomic chainstate writes 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 7 years ago
MarcoFalke 999923e4bb [qa] util: Check return code after closing bitcoind proc 7 years ago
Andrew Chow 279fde58e3 Check for rpcuser/rpcpassword first then for cookie 7 years ago
Andrew Chow 3ec5ad88e6 Add test for rpcuser/rpcpassword 7 years ago
Andrew Chow c53c9831ee Replace cookie auth in tests 7 years ago
John Newbery a433d8a15e [tests] Update start/stop node functions to be private module functions 7 years ago
John Newbery 930deb9b2c [tests] skipped tests should clean up after themselves 7 years ago
John Newbery b040243cc3 [tests] improve tmpdir structure 7 years ago
John Newbery b0bfa233a1 [tests] Make wait_until timeout 60 seconds by default 7 years ago
Wladimir J. van der Laan 20187e4ad0 test: Add elapsed time to RPC tracing 7 years ago
John Newbery 4550049903 Reorganize BitcoinTestFramework class 7 years ago
John Newbery 3e3c22f09d [tests] fix wait_for_inv() 7 years ago
John Newbery b7dd44c528 Add start and stop node methods to BitcoinTestFramework 7 years ago
John Newbery b111324acd move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework 7 years ago