gogen icon indicating copy to clipboard operation
gogen copied to clipboard

automock unit tests fail

Open nim-nim opened this issue 6 years ago • 0 comments

  • go test -compiler gc -ldflags '-X github.com/ernesto-jimenez/gogen/version.GitSHA=2b7f4fc2250681a6196e6ad47266c2aba8836f70 -extldflags '''-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '''' ~/build/BUILD/gogen-2b7f4fc2250681a6196e6ad47266c2aba8836f70/_build/src/github.com/ernesto-jimenez/gogen/automock ~/build/BUILD/gogen-2b7f4fc2250681a6196e6ad47266c2aba8836f70 --- FAIL: TestWritesProperly (0.10s) generator_test.go:62: /builddir/build/BUILD/gogen-2b7f4fc2250681a6196e6ad47266c2aba8836f70/_build/src/github.com/ernesto-jimenez/gogen/automock/generator.go:13:2: could not import github.com/ernesto-jimenez/gogen/imports (/builddir/build/BUILD/gogen-2b7f4fc2250681a6196e6ad47266c2aba8836f70/_build/src/github.com/ernesto-jimenez/gogen/imports/imports_test.go:1:1: package imports_test; expected imports) generator_test.go:62: /builddir/build/BUILD/gogen-2b7f4fc2250681a6196e6ad47266c2aba8836f70/_build/src/github.com/ernesto-jimenez/gogen/automock/generator.go:13:2: could not import github.com/ernesto-jimenez/gogen/imports (/builddir/build/BUILD/gogen-2b7f4fc2250681a6196e6ad47266c2aba8836f70/_build/src/github.com/ernesto-jimenez/gogen/imports/imports_test.go:1:1: package imports_test; expected imports)

nim-nim avatar Jan 08 '18 23:01 nim-nim