tests done

This commit is contained in:
2021-12-28 02:50:54 -05:00
parent 07c38ce23e
commit 330548689a
19 changed files with 677 additions and 27 deletions

12
types_test.go Normal file
View File

@@ -0,0 +1,12 @@
package gokwallet
/*
testEnv is an environment to use for tests.
It's returned by getTestEnv.
*/
type testEnv struct {
wm *WalletManager
w *Wallet
f *Folder
r *RecurseOpts
}