decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

test: move code from simple.py to wallet.py, add tests #142

Closed teknico closed 4 years ago

teknico commented 4 years ago

This moves the code in wallet/simple.py to wallet/wallet.py and deletes the former.

It also adds tests for SimpleWallet and Wallet (without asserts though, I'm not sure what to check).

Finally it removes tinywallet/mpl.py.

Part of #70.