Support for offline wallet tests
- Add support for parametrized tests
- Change in wallet:
- Add support for offline mode
- Add documentation of all public methods
- Make preconfiguration (setting password and wallet unlocking) optional with
preconfigure
parameter ofWallet.__init__
- Add
exit
method to wallet's API - Add access to path of wallet's directory
- Add
run
,restart
andclose
methods - Add constant
DEFAULT_PASSWORD
- Fix randomly failing linter on CI