aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
AgeCommit message (Expand)Author
2017-11-01scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-11-01[tests] do not allow assert_raises_message to be called with JSONRPCExceptionJohn Newbery
2017-11-01[tests] remove direct testing on JSONRPCException from individual test casesJohn Newbery
2017-10-03Tests for zmqpubrawtx and zmqpubrawblockAndrew Chow
2017-10-03[test] Add assert_raises_process_error to assert process errorsJoão Barbosa
2017-10-03[test] Improve assert_raises_jsonrpc docstringJoão Barbosa
2017-10-03qa: Move wait_until to utilMarcoFalke
2017-10-03[tests] Introduce TestNodeJohn Newbery
2017-07-06Fix multi_rpc test for hosts that dont default to utf8Matt Corallo
2017-07-02[tests] nits in dbcrash.pyJohn Newbery
2017-06-29[tests] fix nits.John Newbery
2017-06-29[tests] reorganize utils.py module (code move only)John Newbery
2017-06-29[tests] move mocktime property and functions to BitcoinTestFrameworkJohn Newbery
2017-06-29[tests] Move stop_node and start_node methods to BitcoinTestFrameworkJohn Newbery
2017-06-29[tests] fix flake8 warnings in test_framework.py and util.pyJohn Newbery
2017-06-29[tests] remove unused imports from utils.pyJohn Newbery
2017-06-26[qa] Test non-atomic chainstate writesSuhas Daftuar
2017-06-22Merge #10636: [qa] util: Check return code after closing bitcoind procMarcoFalke
2017-06-20[qa] util: Check return code after closing bitcoind procMarcoFalke
2017-06-18Check for rpcuser/rpcpassword first then for cookieAndrew Chow
2017-06-08Add test for rpcuser/rpcpasswordAndrew Chow
2017-06-08Replace cookie auth in testsAndrew Chow
2017-05-31[tests] Update start/stop node functions to be private module functionsJohn Newbery
2017-05-02move initialize_chain() and initialize_chain_clean() to be methods of Bitcoin...John Newbery
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-04-07Reduce spammy test loggingJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery