aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpcbind_test.py
AgeCommit message (Collapse)Author
2017-06-08Add test for rpcuser/rpcpasswordAndrew Chow
2017-06-02Merge #10359: [tests] functional tests should call BitcoinTestFramework ↵MarcoFalke
start/stop node methods 53f6775 fixup: fix nits (John Newbery) a433d8a [tests] Update start/stop node functions to be private module functions (John Newbery) d8c218f [tests] Functional tests call self.start_node(s) and self.stop_node(s) (John Newbery) Tree-SHA512: 9cc01584a5e57686b7e7cb1c4c5186ad8cc7eb650d6d4f27b06bdb5e249a10966705814bdfb22d9ff2d5d3326911e489bf3d22257d751a299c0b24b7f40bffb5
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-22[tests] skipped tests should clean up after themselvesJohn Newbery
2017-03-24Skip rpcbind_test if OS/network requirements are not met.John Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery