aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/authproxy.py
AgeCommit message (Collapse)Author
2018-03-29Remove assigned but never used local variablespracticalswift
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-10-16[tests] authproxy.py: tidy up __init__()John Newbery
2017-10-16[tests] fix flake8 warnings in authproxy.pyJohn Newbery
2017-10-16[tests] use python3 for authproxy.pyJohn Newbery
2017-10-03Make AuthServiceProxy._batch method usableRussell Yanofsky
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.
2017-07-17[tests] [wallet] Add wallet endpoint support to authproxyJohn Newbery
2017-05-07test: Add elapsed time to RPC tracingWladimir J. van der Laan
Add elapsed time to output of `--tracerpc`. To find out why tests are slow.
2017-03-20Rename rpc-tests directory to functionalJohn Newbery