dogecoin/qa/rpc-tests/test_framework
Wladimir J. van der Laan ddf98d1d84 Make RPC tests cope with server-side timeout between requests
Python's httplib does not graciously handle disconnections from the http server, resulting in BadStatusLine errors.
See https://bugs.python.org/issue3566 "httplib persistent connections violate MUST in RFC2616 sec 8.1.4."

This was fixed in Python 3.5.

Work around it for now.
2015-09-21 17:15:37 +02:00
..
__init__.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
authproxy.py Make RPC tests cope with server-side timeout between requests 2015-09-21 17:15:37 +02:00
bignum.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
blockstore.py Add p2p-fullblocktest.py 2015-08-21 15:31:37 -04:00
blocktools.py Add p2p-fullblocktest.py 2015-08-21 15:31:37 -04:00
comptool.py Add p2p-fullblocktest.py 2015-08-21 15:31:37 -04:00
key.py Add p2p-fullblocktest.py 2015-08-21 15:31:37 -04:00
mininode.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
netutil.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
script.py Add p2p-fullblocktest.py 2015-08-21 15:31:37 -04:00
socks5.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
test_framework.py rpc-tests: remove python-bitcoinrpc directory 2015-05-21 21:22:22 +02:00
util.py Enable python tests for Native Windows 2015-08-26 10:59:22 -07:00