fanquake
fbeb8c43bc
test: add type annotations to util.get_rpc_proxy
...
Remove proxy.url assignment:
error: "AuthServiceProxy" has no attribute "url"
3 years ago
DrahtBot
eb7daf4d60
Update copyright headers to 2018
6 years ago
Akira Takizawa
595a7bab23
Increment MIT Licence copyright header year on files modified in 2017
7 years ago
John Newbery
f893085325
[tests] Don't subclass from object for Python 3
7 years ago
Russell Yanofsky
74182f235c
Add missing batch rpc calls to python coverage logs
...
Without this change, batch RPC calls are not included in coverage logs.
7 years ago
Russell Yanofsky
505530c6cf
Add missing multiwallet rpc calls to python coverage logs
...
This fixes a bug in coverage logging that's been around since the logging was
introduced.
7 years ago
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.
7 years ago
John Newbery
979d0b8a65
[tests] [wallet] Add wallet endpoint support to authproxy
7 years ago
John Newbery
c28ee91db0
Rename rpc-tests directory to functional
8 years ago