zcashd/qa/rpc-tests/test_framework
Homu 379c7439a0 Auto merge of #3479 - Eirik0:rpc-test-cleanup, r=bitcartel
Rpc test cleanup

The main purpose of this PR was to inline the method 'wait_for_async_operation_id' from util.py in tests where we were doing this manually. To make it work in all cases, I had to change the method to return the result in the case where the call failed. I also did a bit of general clean up (removing semicolons) in the files which I changed.
2018-09-18 20:05:39 -07:00
..
__init__.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
authproxy.py Fix an error reporting bug due to BrokenPipeError and ConnectionResetError not existing in Python 2. 2017-04-14 21:40:30 +01:00
bignum.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
blockstore.py Cosmetics (trailing whitespace, comment conventions, etc.) 2017-06-22 18:09:05 +01:00
blocktools.py [Test] MiniNode: Implement Zcash coinbase 2017-10-05 15:18:53 +01:00
comptool.py Clean up imports to be pyflakes-checkable. fixes #2450 2017-06-22 18:09:04 +01:00
equihash.py [Test] MiniNode: Use Zcash PoW 2017-10-05 15:15:10 +01:00
mininode.py qa: Test both Overwinter and Sapling peer management 2018-09-12 12:15:37 +01:00
netutil.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
script.py [Test] MiniNode: Coerce OP_PUSHDATA bytearrays to bytes 2017-10-05 15:18:31 +01:00
socks5.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
test_framework.py Clean up imports to be pyflakes-checkable. fixes #2450 2017-06-22 18:09:04 +01:00
util.py Allow passing timeout parameter to wait_and_assert_operationid_status 2018-09-14 18:41:14 -06:00