Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-25 | [tests] Rename misc functional tests. | Anthony Towns | |
2018-01-23 | qa: Make TestNodeCLI command optional in send_cli | MarcoFalke | |
2017-11-17 | cli: Reject arguments to -getinfo | Wladimir 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-27 | Add test for bitcoin-cli -getinfo | John Newbery | |
Extra-Author: Andrew Chow <achow101@gmail.com> | |||
2017-09-07 | [test] Add bitcoin-cli -stdin and -stdinrpcpass functional tests | João Barbosa | |
2017-09-06 | (finally) remove getinfo in favor of more module-specific infos | Matt Corallo | |
2017-09-01 | [tests] fixups from set_test_params() | John Newbery | |
2017-08-15 | [tests] Add bitcoin_cli.py test script | John Newbery | |