tests: add option to dump genesis files in E2E tests #113
Annotations
12 errors and 1 warning
lint:
e2e/testsuite/codec.go#L1
: # github.com/cosmos/ibc-go/e2e/testsuite
|
lint
undefined: gopath (typecheck)
|
lint:
e2e/tests/core/02-client/client_test.go#L33
could not import github.com/cosmos/ibc-go/e2e/testsuite (-: # github.com/cosmos/ibc-go/e2e/testsuite
|
lint
undefined: gopath) (typecheck)
|
lint:
e2e/tests/core/02-client/client_test.go#L47
cannot use new(ClientTestSuite) (value of type *ClientTestSuite) as suite.TestingSuite value in argument to testifysuite.Run: *ClientTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
lint:
e2e/tests/core/02-client/client_test.go#L56
s.GetChainGRCPClients undefined (type *ClientTestSuite has no field or method GetChainGRCPClients) (typecheck)
|
lint:
e2e/tests/core/02-client/client_test.go#L69
s.GetChainGRCPClients undefined (type *ClientTestSuite has no field or method GetChainGRCPClients) (typecheck)
|
lint:
e2e/tests/core/02-client/client_test.go#L71
s.Require undefined (type *ClientTestSuite has no field or method Require) (typecheck)
|
lint:
e2e/tests/core/02-client/client_test.go#L78
s.T undefined (type *ClientTestSuite has no field or method T) (typecheck)
|
lint:
e2e/tests/core/02-client/client_test.go#L81
s.SetupChainsRelayerAndChannel undefined (type *ClientTestSuite has no field or method SetupChainsRelayerAndChannel) (typecheck)
|
tests
undefined: gopath
|
tests
Process completed with exit code 1.
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-go/ibc-go. Supported file pattern: go.sum
|