bitcoin/qa/rpc-tests/test_framework
Wladimir J. van der Laan a406fcb6ca test: add ensure_ascii setting to AuthServiceProxy
Add a setting ensure_ascii to AuthServiceProxy. This setting,
defaulting to True (backwards compatible),
is passed through to json.dumps. If set to False, non-ASCII characters
>0x80 are not escaped. This is useful for testing server
input processing, as well as slightly more bandwidth friendly in case of
heavy unicode usage.
2016-06-10 15:20:49 +02:00
..
__init__.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
authproxy.py test: add ensure_ascii setting to AuthServiceProxy 2016-06-10 15:20:49 +02:00
bignum.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
blockstore.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
blocktools.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
comptool.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
coverage.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
key.py Add p2p-fullblocktest.py 2015-08-21 15:31:37 -04:00
mininode.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
netutil.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
script.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
socks5.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
test_framework.py Merge #8098: [qa] test_framework: Append portseed to tmpdir 2016-05-27 08:22:09 +02:00
util.py Tests: add timeout to sync_blocks() and sync_mempools() 2016-05-26 14:19:07 -04:00