182 Commits (master)

Author SHA1 Message Date
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
John Newbery c9cc76dcaa [tests] Remove is_network_split from funtional test cases 7 years ago
John Newbery b8251f6337 [tests] allow zmq test to be run in out-of-tree builds 7 years ago
Jimmy Song c39a6b9ec8 Tests: Refactor to create witness script creation function 7 years ago
John Newbery 2a52ae63bf Remove duplicate method definitions in NodeConnCB subclasses 7 years ago
John Newbery 52e15aa4d0 Adds helper functions to NodeConnCB 7 years ago
John Newbery 45ce471ab0 Reduce spammy test logging 7 years ago
John Newbery 6a18bb9a36 [tests] sync_with_ping should assert that ping hasn't timed out 7 years ago
John Newbery 159fe88abf Remove SingleNodeConnCB 7 years ago
John Newbery 8c7288c06b Print out the final 1000 lines of test_framework.log if test fails 7 years ago
practicalswift 72163d4585 [tests] Remove unused and duplicate imports 7 years ago
John Newbery 232b6665bc Allow test cases to be skipped 7 years ago
John Newbery 8317a45161 Python functional tests should log in UTC 7 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional 7 years ago