Closed muncus closed 3 months ago
writing directly to stdout interferes with test framework output, leading to false negatives (tests are reported as failing when they pass)
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
go test -v ./..
gofmt
go vet
kokoro test failure is due to the lack of .go files in the testdata directory. since its unrelated i'll merge this.
writing directly to stdout interferes with test framework output, leading to false negatives (tests are reported as failing when they pass)
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
go test -v ./..
(see Testing)gofmt
(see Formatting)go vet
(see Formatting)