75 Commits (5bec7744d112141848e57d7f628dc17597f89dd5)

Author SHA1 Message Date
MarcoFalke 41088795dd qa: Remove never used return value of sync_with_ping 7 years ago
MarcoFalke f3457d0e83 qa: Make tmpdir option an absolute path 7 years ago
John Newbery d94fc336c4 scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 7 years ago
John Newbery 623de0acbb [tests] do not allow assert_raises_message to be called with JSONRPCException 7 years ago
John Newbery 5b728c8e98 [tests] remove direct testing on JSONRPCException from individual test cases 7 years ago
Suhas Daftuar 2f0b30a58a qa: Treat mininode p2p exceptions as fatal 7 years ago
Andrew Chow e4605d9dd4 Tests for zmqpubrawtx and zmqpubrawblock 7 years ago
John Newbery f1ced0d776 [tests] Make p2p-leaktests.py more robust 7 years ago
João Barbosa 2b97b36e5d [test] Replace check_output with low level version 7 years ago
João Barbosa e38211f5e8 [test] Add assert_raises_process_error to assert process errors 7 years ago
João Barbosa e0bfd28de2 [test] Add support for custom arguments to TestNodeCLI 7 years ago
João Barbosa 812c870043 [test] Improve assert_raises_jsonrpc docstring 7 years ago
MarcoFalke eeb24a3a01 [qa] TestNode: Add wait_until_stopped helper method 7 years ago
John Newbery 82bf6fc6d4 [tests] Functional tests must explicitly set num_nodes 7 years ago
John Newbery 801d2ae924 [tests] don't override __init__() in individual tests 7 years ago
John Newbery bb5e7cb308 [tests] Avoid passing around member variables in test_framework 7 years ago
John Newbery 4d3ba18386 [tests] TestNode: separate add_node from start_node 7 years ago
John Newbery 11a5992c90 [tests] fix - use rpc_timeout as rpc timeout 7 years ago
John Newbery 016b9ada21 [tests] add TestNodeCLI class for calling bitcoin-cli for a node 7 years ago
MarcoFalke 5398f205e3 qa: Move wait_until to util 7 years ago
John Newbery 1d80d1e319 [tests] fix timeout issues from TestNode 7 years ago
Wladimir J. van der Laan c276c1e1d1 test: Increase initial RPC timeout to 60 seconds 7 years ago
John Newbery fc2aa09cf3 [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 8 years ago
Wladimir J. van der Laan 20187e4ad0 test: Add elapsed time to RPC tracing 8 years ago
John Newbery 4550049903 Reorganize BitcoinTestFramework class 8 years ago
John Newbery 3e3c22f09d [tests] fix wait_for_inv() 8 years ago
John Newbery b7dd44c528 Add start and stop node methods to BitcoinTestFramework 8 years ago
John Newbery b111324acd move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework 8 years ago