practicalswift
169f3e8637
Remove assigned but never used local variables
7 years ago
John Newbery
f893085325
[tests] Don't subclass from object for Python 3
7 years ago
John Newbery
8f9e3627ef
[tests] authproxy.py: tidy up __init__()
7 years ago
John Newbery
323d8f61e9
[tests] fix flake8 warnings in authproxy.py
7 years ago
John Newbery
fc0176d01e
[tests] use python3 for authproxy.py
7 years ago
Russell Yanofsky
9f67646f17
Make AuthServiceProxy._batch method usable
...
Split off AuthServiceProxy.get_request method to make it easier to batch RPC
requests without duplicating code and remove leading underscore from _batch
method.
This does not change any existing behavior.
7 years ago
John Newbery
979d0b8a65
[tests] [wallet] Add wallet endpoint support to authproxy
7 years ago
Wladimir J. van der Laan
20187e4ad0
test: Add elapsed time to RPC tracing
...
Add elapsed time to output of `--tracerpc`. To find out why tests are
slow.
8 years ago
John Newbery
c28ee91db0
Rename rpc-tests directory to functional
8 years ago