BTCP-Rebase/test/functional/test_framework
Russell Yanofsky ca9085afc5 Prevent TestNodeCLI.args mixups
Change TestNodeCLI.__call__() to return a new instance instead of modifying the
existing instance. This way, it's possible to create different cli objects that
have their own options (for example -rpcwallet options to connect to different
wallets), and options set for a single call (`node.cli(options).method(args)`)
will no longer leak into future calls.
2018-01-08 15:17:14 -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 Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09: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 [tests] define NODE_NETWORK_LIMITED in test framework 2017-12-19 11:19:55 -05: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 Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09: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 Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
test_node.py Prevent TestNodeCLI.args mixups 2018-01-08 15:17:14 -05:00
util.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00