diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-25 20:02:14 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-25 20:05:03 +0200 |
| commit | 42f6aed731874d937d6f8c9f9c9a6b64d59852d8 (patch) | |
| tree | e024a6811b3e3bac7c4524adc5a220fb65266474 /src/test/script_tests.cpp | |
| parent | Merge #8807: [univalue] Pull subtree from upstream (diff) | |
| download | discoin-42f6aed731874d937d6f8c9f9c9a6b64d59852d8.tar.xz discoin-42f6aed731874d937d6f8c9f9c9a6b64d59852d8.zip | |
tests: Add exception error message for JSONRPCException
This improves error reporting if `JSONRPCException` is not specifically caught
and ends up in Python's default backtrace handler.
Before:
```
Traceback (most recent call last):
File "/.../projects/bitcoin/bitcoin/qa/rpc-tests/test_framework/authproxy.py", line 153, in __call__
raise JSONRPCException(response['error'])
test_framework.authproxy.JSONRPCException
```
After:
```
Traceback (most recent call last):
File "/.../projects/bitcoin/bitcoin/qa/rpc-tests/test_framework/authproxy.py", line 152, in __call__
raise JSONRPCException(response['error'])
test_framework.authproxy.JSONRPCException: Unknown named parameter random (-8)
```
Diffstat (limited to 'src/test/script_tests.cpp')
0 files changed, 0 insertions, 0 deletions