aboutsummaryrefslogtreecommitdiff
path: root/test/functional/getblocktemplate_longpoll.py
AgeCommit message (Collapse)Author
2017-08-15[tests] Introduce TestNodeJohn Newbery
TestNode is a class responsible for all state related to a bitcoind node under test. It stores local state, is responsible for tracking the bitcoind process and delegates unrecognised messages to the RPC connection. This commit changes start_nodes and stop_nodes to start and stop the bitcoind nodes in parallel, making test setup and teardown much faster.
2017-03-20Rename rpc-tests directory to functionalJohn Newbery