mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Fix the naming of the test suites
Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
parent
92263ee0dd
commit
3c594d6156
@ -26,9 +26,9 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestOpenapi(t *testing.T) {
|
func TestApplyParse(t *testing.T) {
|
||||||
RegisterFailHandler(Fail)
|
RegisterFailHandler(Fail)
|
||||||
RunSpecsWithDefaultAndCustomReporters(t, "Openapi Suite", []Reporter{newlineReporter{}})
|
RunSpecsWithDefaultAndCustomReporters(t, "Apply Parse Suite", []Reporter{newlineReporter{}})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print a newline after the default newlineReporter due to issue
|
// Print a newline after the default newlineReporter due to issue
|
||||||
|
@ -26,9 +26,9 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestOpenapi(t *testing.T) {
|
func TestStrategy(t *testing.T) {
|
||||||
RegisterFailHandler(Fail)
|
RegisterFailHandler(Fail)
|
||||||
RunSpecsWithDefaultAndCustomReporters(t, "Openapi Suite", []Reporter{newlineReporter{}})
|
RunSpecsWithDefaultAndCustomReporters(t, "Apply Strategy Suite", []Reporter{newlineReporter{}})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print a newline after the default newlineReporter due to issue
|
// Print a newline after the default newlineReporter due to issue
|
||||||
|
@ -26,9 +26,9 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestOpenapi(t *testing.T) {
|
func TestOpenapiValidation(t *testing.T) {
|
||||||
RegisterFailHandler(Fail)
|
RegisterFailHandler(Fail)
|
||||||
RunSpecsWithDefaultAndCustomReporters(t, "Openapi Suite", []Reporter{newlineReporter{}})
|
RunSpecsWithDefaultAndCustomReporters(t, "Openapi Validation Suite", []Reporter{newlineReporter{}})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print a newline after the default newlineReporter due to issue
|
// Print a newline after the default newlineReporter due to issue
|
||||||
|
Loading…
Reference in New Issue
Block a user