kubectl/pkg/util/openapi
Dave Chen e0318c203f Remove `newlineReporter` custom report
The `newlineReporter` intends to print a new line after the test to
prevent the something print to the stdout and mess up the test result
while cause the tool like `go-junit-report` fail to parse the result.

But this is no longer needed based on following evidence.

- The issue that was first introduced in `go-junit-report` has already fixed in the version
referenced in `go.mod`.
- The `newlineReporter` report doesn't fix anything for `Ginkgo` v1 or V2 or `go test`, it just prints a
new line before the test summarization.

Signed-off-by: Dave Chen <dave.chen@arm.com>

Kubernetes-commit: 9953dde65dfaede9f1d481296053adc301ad9773
2022-06-01 13:09:47 +08:00
..
testing Move pkg/kubectl/cmd/util/openapi to staging 2019-07-25 21:49:49 -07:00
validation Remove `newlineReporter` custom report 2022-06-01 13:09:47 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
doc.go Move pkg/kubectl/cmd/util/openapi to staging 2019-07-25 21:49:49 -07:00
extensions.go remove go-openapi/spec 2021-04-20 17:48:33 +02:00
openapi.go googleapis/gnostic -> google/gnostic 2022-03-15 20:36:21 -07:00
openapi_getter.go googleapis/gnostic -> google/gnostic 2022-03-15 20:36:21 -07:00
openapi_getter_test.go googleapis/gnostic -> google/gnostic 2022-03-15 20:36:21 -07:00
openapi_suite_test.go Remove `newlineReporter` custom report 2022-06-01 13:09:47 +08:00
openapi_test.go fix: combine assertion prevent npe 2021-12-01 16:37:24 +08:00