dogecoin/test/functional/test_framework
MarcoFalke 126000ba9e
Merge #12089: qa: Make TestNodeCLI command optional in send_cli
fae7b14a04 qa: Make TestNodeCLI command optional in send_cli (MarcoFalke)
ffffb10a9f qa: Rename cli.args to cli.options (MarcoFalke)

Pull request description:

  Makes the `command` optional, since there are valid bitcoin-cli calls that have no `command`:

  * `bitcoin-cli -?`
  * `bitcoin-cli -getinfo`
  * ...

  Also, rename self.args to self.options, since that is the name in the `bitcoin-cli -help` documentation.

Tree-SHA512: f49c06024e78423301d70782946d47c0fb97a26876afba0a1f71ed329f5d7124aee4c2df520c7af74079bf9937851902f7be9c54abecc28dc29274584804d46c
2018-01-24 08:49:54 -05:00
..
__init__.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
address.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
authproxy.py [tests] Don't subclass from object for Python 3 2017-10-16 21:46:23 -04:00
bignum.py Remove unused variables and/or function calls 2017-08-28 15:18:14 +02:00
blockstore.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
blocktools.py Merge #11796: [tests] Functional test naming convention 2018-01-15 10:38:01 +01:00
comptool.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
coverage.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
key.py [tests] Don't subclass from object for Python 3 2017-10-16 21:46:23 -04:00
messages.py Merge #11403: SegWit wallet support 2018-01-10 20:55:41 -10:00
mininode.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
netutil.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
script.py Merge #11403: SegWit wallet support 2018-01-10 20:55:41 -10:00
segwit_addr.py Use BIP173 addresses in segwit.py test 2017-09-28 17:29:01 -07:00
siphash.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
socks5.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
test_framework.py Don't allow relative -walletdir paths 2018-01-18 15:09:27 -05:00
test_node.py Merge #12089: qa: Make TestNodeCLI command optional in send_cli 2018-01-24 08:49:54 -05:00
util.py qa: Sync with validationinterface queue in sync_mempools 2018-01-17 16:44:32 -05:00