aboutsummaryrefslogtreecommitdiff
path: root/test/functional/receivedby.py
AgeCommit message (Collapse)Author
2017-06-29[tests] move mocktime property and functions to BitcoinTestFrameworkJohn Newbery
2017-05-31[tests] Functional tests call self.start_node(s) and self.stop_node(s)John Newbery
This commit changes the individual test scripts to call the start_node(s) and stop_node(s) methods in BitcoinTestFramework.
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery