aboutsummaryrefslogtreecommitdiff
path: root/test/functional/importmulti.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-28Remove accidental trailing semicolons in Python codepracticalswift
2017-03-20Rename rpc-tests directory to functionalJohn Newbery