add skeleton for initial wallet tests
This commit is contained in:
parent
ff82c7d40a
commit
5e8a2ed26f
@ -1 +1,27 @@
|
|||||||
package wallet
|
package wallet
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func createTestWallet() {
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestBasicWalletReservationWorkFlow(t *testing.T) {
|
||||||
|
// all stages
|
||||||
|
// fields on struct properly set
|
||||||
|
// funding transaction on disk
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFundingTransactiontxFees(t *testing.T) {
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFundingTransactionLockedOutputs(t *testing.T) {
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFundingTransactionCancellationFreeOutputs(t *testing.T) {
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFundingReservationInsufficientFunds(t *testing.T) {
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFundingReservationInvalidCounterpartySigs(t *testing.T) {
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user