Closed jeffro256 closed 3 years ago
Much needed patch. There was an issue with our recent refactor in PR #82. monero.backends.jsonrpc.daemon will throw an ImportError on certain exceptions because it needs to import ...exceptions.
monero.backends.jsonrpc.daemon
ImportError
...exceptions
86.21% test coverage seems to be not enough ;)
Indeed. It seems that a lot of the code that raises errors is not covered!
Much needed patch. There was an issue with our recent refactor in PR #82.
monero.backends.jsonrpc.daemon
will throw anImportError
on certain exceptions because it needs to import...exceptions
.