15 lines
455 B
Go
15 lines
455 B
Go
package genutil
|
|
|
|
import "testing"
|
|
|
|
func TestGenTx(t *testing.T) {
|
|
|
|
// TODO test that key overwrite flags work / no overwrites if set off
|
|
// TODO test validator created has provided pubkey
|
|
// TODO test the account created has the correct pubkey
|
|
|
|
// TODO test must provide at least genesis transaction
|
|
// TODO test with both one and two genesis transactions:
|
|
// TODO correct: genesis account created, canididates created, pool token variance
|
|
}
|