smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.25k stars 555 forks source link

Test fail: Printer.Print format %3D has unknown verb D #549

Closed eclipseo closed 5 years ago

eclipseo commented 6 years ago
Testing: "/builddir/build/BUILD/goconvey-ef6db91d284a0e7badaa1f0c404c30aa7dee3aed/_build/src/github.com/smartystreets/goconvey/convey/reporting"
+ GOPATH=/builddir/build/BUILD/goconvey-ef6db91d284a0e7badaa1f0c404c30aa7dee3aed/_build:/usr/share/gocode
+ go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\'''
# github.com/smartystreets/goconvey/convey/reporting
./printer_test.go:35: Printer.Print format %3D has unknown verb D
./printer_test.go:72: Printer.Println format %3D has unknown verb D
FAIL    github.com/smartystreets/goconvey/convey/reporting [build failed]

with latest https://github.com/smartystreets/assertions/commit/b2de0cb4f26d0705483a2f495d89896d0b808573

mdwhatcott commented 6 years ago

I really wish go vet wasn't invoked by default when running go test.

https://golang.org/doc/go1.10#test