BTCP-Rebase/test/functional/test_framework
Russell Yanofsky e02007aade Limit AuthServiceProxyWrapper.__getattr__ wrapping
Change AuthServiceProxyWrapper.__getattr__ to only wrap proxied attributes, not
real attributes. This way AuthServiceProxyWrapper can continue logging RPC
calls without complicating other object usages, and special case handling for
the .url property can be dropped.
2017-10-03 15:25:00 -04:00
..
__init__.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
address.py Use BIP173 addresses in segwit.py test 2017-09-28 17:29:01 -07:00
authproxy.py [tests] [wallet] Add wallet endpoint support to authproxy 2017-07-17 17:42:21 +02:00
bignum.py Remove unused variables and/or function calls 2017-08-28 15:18:14 +02:00
blockstore.py Remove unused variables and/or function calls 2017-08-28 15:18:14 +02:00
blocktools.py Tests: Refactor to create witness script creation function 2017-04-20 11:28:45 -07:00
comptool.py qa: Move wait_until to util 2017-08-17 15:17:09 +02:00
coverage.py Limit AuthServiceProxyWrapper.__getattr__ wrapping 2017-10-03 15:25:00 -04:00
key.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
mininode.py Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent future similar errors 2017-09-29 20:23:59 +02:00
netutil.py Remove unused variables and/or function calls 2017-08-28 15:18:14 +02:00
script.py Remove unused variables and/or function calls 2017-08-28 15:18:14 +02:00
segwit_addr.py Use BIP173 addresses in segwit.py test 2017-09-28 17:29:01 -07:00
siphash.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
socks5.py Use the variable name _ for unused return values 2017-08-28 15:18:14 +02:00
test_framework.py [test] Add restart_node to BitcoinTestFramework 2017-09-20 15:38:09 +01:00
test_node.py [test] Replace check_output with low level version 2017-09-07 00:35:28 +01:00
util.py Merge #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblock 2017-09-29 19:44:54 +02:00