20 Commits (22e301a3d56dc9e6878380ee92c7d19ca43119d2)

Author SHA1 Message Date
John Newbery 7897338918 [tests] Introduce TestNode 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 176c021d08 [qa] Test non-atomic chainstate writes 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 b111324acd move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework 7 years ago
John Newbery c9cc76dcaa [tests] Remove is_network_split from funtional test cases 7 years ago
John Newbery 45ce471ab0 Reduce spammy test logging 7 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional 7 years ago
John Newbery 00902c48cd Rename qa directory to test 7 years ago
John Newbery 2a9c7c74dc Use logging in test_framework/util.py 7 years ago
John Newbery af1363cb1c Always enable debug log and microsecond logging for test nodes. 7 years ago
Wladimir J. van der Laan 99fecf80dc tests: Delete unused function _rpchost_to_args 7 years ago
NicolasDorier 025dec0e5b [qa] assert_start_raises_init_error 7 years ago
Alex Morcos 0315888d0d [test] Remove priority from tests 7 years ago
John Newbery 3f95a806b1 Fix docstrings in qa tests 7 years ago
MarcoFalke fa4cd2e998 qa: Check return code when stopping nodes 7 years ago
John Newbery 9db8eecac1 Fix RPC failure testing 7 years ago
Wladimir J. van der Laan 2ca9dcd5b9 test: Add test for RPC named arguments 8 years ago
Chris Moore 453bda63dd Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. 8 years ago
MarcoFalke fa2ecc48fb [qa] pruning: Use cached utxo set to run faster 8 years ago
MarcoFalke facbfa5816 [qa] Get rid of duplicate code 8 years ago
fsb4000 15fa95d7e5 Fix some typos 8 years ago
mrbandrews 307acdd3df [qa] add assert_raises_message to check specific error message 8 years ago
Russell Yanofsky 7943b13ab3 [qa] Avoid 2 list comprehensions in sync_blocks 8 years ago
Russell Yanofsky 05e57ccd74 [qa] Fix sync_blocks timeout argument 8 years ago
Russell Yanofsky fd6bb700b7 [qa] Improve sync_blocks error messages. 8 years ago
Russell Yanofsky 1126c853d9 [qa] Change sync_blocks to pick smarter maxheight 8 years ago
MarcoFalke fa97ccb06d [qa] util: Rework sync_*() 8 years ago
Russell Yanofsky 8463aaa63c [qa] Increase wallet-dump RPC timeout 8 years ago
MarcoFalke fa7c35c4ec [qa] util: Move wait_bitcoinds() into stop_nodes() 8 years ago
Wladimir J. van der Laan 30930e847e test: Explicitly set encoding to utf8 when opening text files 8 years ago
Cory Fields d6a5dc4a2e add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 8 years ago
Pieter Wuille 5805ac836c Add preciousblock tests 8 years ago
Wladimir J. van der Laan 35f64e45c2
Revert "[qa] Adjust timeouts for micro-optimization of run time" 8 years ago
MarcoFalke fad8cf63e5 [qa] Use single cache dir for chains 8 years ago
MarcoFalke fa2d68f79c [qa] Adjust timeouts for micro-optimization of run time 8 years ago
whythat 0ff4375c93 [qa]: add parsing for '<host>:<port>' argument form to rpc_url() 8 years ago
MarcoFalke fa26c420bf [qa] util: Move check_fee_amount out of wallet.py 8 years ago
Suhas Daftuar e871f8338a Tests: add timeout to sync_blocks() and sync_mempools() 8 years ago