aboutsummaryrefslogtreecommitdiff
path: root/test/functional/bitcoin_cli.py
AgeCommit message (Collapse)Author
2017-11-17cli: Reject arguments to -getinfoWladimir J. van der Laan
Currently it's possible to accidentally type e.g. bitcoin-cli -getinfo getbalance and get an answer which can be confusing; the trialing arguments are just ignored. To avoid this, throw an error if the user provides arguments to `-getinfo`.
2017-09-27Add test for bitcoin-cli -getinfoJohn Newbery
Extra-Author: Andrew Chow <achow101@gmail.com>
2017-09-07[test] Add bitcoin-cli -stdin and -stdinrpcpass functional testsJoão Barbosa
2017-09-06(finally) remove getinfo in favor of more module-specific infosMatt Corallo
2017-09-01[tests] fixups from set_test_params()John Newbery
2017-08-15[tests] Add bitcoin_cli.py test scriptJohn Newbery