aboutsummaryrefslogtreecommitdiff
path: root/test/functional/forknotify.py
AgeCommit message (Collapse)Author
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-28Make forknotify.py more robustJohn Newbery
forknotify would intermittently fail because the alert file was not being written fast enough. This commit adds a timeout so the test does not fail immediately.
2017-03-20Rename rpc-tests directory to functionalJohn Newbery