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
preconfigureparameter ofWallet.__init__ - Add
exitmethod to wallet's API - Add access to path of wallet's directory
- Add
run,restartandclosemethods - Add constant
DEFAULT_PASSWORD
- Fix randomly failing linter on CI