index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
test_framework
/
authproxy.py
Age
Commit message (
Expand
)
Author
2023-06-29
test: Rename EncodeDecimal to serialization_fallback
MarcoFalke
2023-06-21
test: Allow pathlib.Path as RPC argument via authproxy
MarcoFalke
2023-04-04
test: Remove windows workaround in authproxy
MarcoFalke
2023-03-31
test: Remove python3.5 workaround in authproxy
MarcoFalke
2023-02-20
Merge bitcoin/bitcoin#25950: test: fix test abort for high timeout values (an...
fanquake
2023-02-17
test: fix test abort for high timeout values (and `--timeout-factor 0`)
Sebastian Falbesoner
2022-11-05
rpc: Allow named and positional arguments to be used together
Ryan Ofsky
2021-09-25
test: Remove Windows workaround in authproxy
MarcoFalke
2020-06-25
test: retry when write to a socket fails on macOS
Ivan Metlushko
2020-04-12
test: Try once more when RPC connection fails on Windows
MarcoFalke
2020-04-12
test: Document why connection is re-constructed on windows
MarcoFalke
2020-04-12
test: Remove python 3.4 workaround
MarcoFalke
2019-04-08
test: Properly log named args in authproxy
MarcoFalke
2019-03-01
Add regtests for HTTP status codes.
Daniel Kraft
2018-09-17
tests: Make it possible to run functional tests on Windows
Chun Kuan Lee
2018-03-29
Remove assigned but never used local variables
practicalswift
2017-10-16
[tests] Don't subclass from object for Python 3
John Newbery
2017-10-16
[tests] authproxy.py: tidy up __init__()
John Newbery
2017-10-16
[tests] fix flake8 warnings in authproxy.py
John Newbery
2017-10-16
[tests] use python3 for authproxy.py
John Newbery
2017-10-03
Make AuthServiceProxy._batch method usable
Russell Yanofsky
2017-07-17
[tests] [wallet] Add wallet endpoint support to authproxy
John Newbery
2017-05-07
test: Add elapsed time to RPC tracing
Wladimir J. van der Laan
2017-03-20
Rename rpc-tests directory to functional
John Newbery