monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
246 stars 80 forks source link

Daemon import fix #83

Closed jeffro256 closed 3 years ago

jeffro256 commented 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.

emesik commented 3 years ago

86.21% test coverage seems to be not enough ;)

jeffro256 commented 3 years ago

Indeed. It seems that a lot of the code that raises errors is not covered!