cl & deps++ (#6582)

* cl & deps++

* Use PersistentPreRunE

* revert x/bank/client/cli/tx.go

* move to root level

* Use block mode by default

* Skip x/auth CLI tests
This commit is contained in:
Alexander Bezobchuk
2020-07-02 19:35:42 +00:00
committed by GitHub
parent cbb3dca78b
commit dacbcef54d
5 changed files with 23 additions and 19 deletions
+7
View File
@@ -18,6 +18,7 @@ import (
)
func TestCLIValidateSignatures(t *testing.T) {
t.SkipNow()
t.Parallel()
f := cli.InitFixtures(t)
@@ -72,6 +73,7 @@ func TestCLIValidateSignatures(t *testing.T) {
}
func TestCLISignBatch(t *testing.T) {
t.SkipNow()
t.Parallel()
f := cli.InitFixtures(t)
@@ -123,6 +125,7 @@ func TestCLISignBatch(t *testing.T) {
}
func TestCLISendGenerateSignAndBroadcast(t *testing.T) {
t.SkipNow()
t.Parallel()
f := cli.InitFixtures(t)
@@ -223,6 +226,7 @@ func TestCLISendGenerateSignAndBroadcast(t *testing.T) {
}
func TestCLIMultisignInsufficientCosigners(t *testing.T) {
t.SkipNow()
t.Parallel()
f := cli.InitFixtures(t)
@@ -276,6 +280,7 @@ func TestCLIMultisignInsufficientCosigners(t *testing.T) {
}
func TestCLIEncode(t *testing.T) {
t.SkipNow()
t.Parallel()
f := cli.InitFixtures(t)
@@ -307,6 +312,7 @@ func TestCLIEncode(t *testing.T) {
}
func TestCLIMultisignSortSignatures(t *testing.T) {
t.SkipNow()
t.Parallel()
f := cli.InitFixtures(t)
@@ -371,6 +377,7 @@ func TestCLIMultisignSortSignatures(t *testing.T) {
}
func TestCLIMultisign(t *testing.T) {
t.SkipNow()
t.Parallel()
f := cli.InitFixtures(t)