![]() The return type of ktesting.NewTestContext is now a TContext. Code which combined it WithCancel often didn't compile anymore (cannot overwrite ktesting.TContext with context.Context). This is a good thing because all of that code can be simplified to let ktesting handle the cancelation. |
||
---|---|---|
.. | ||
main_test.go | ||
openapi_apiservice_test.go | ||
openapi_crd_test.go | ||
openapi_enum_test.go | ||
openapi_merge_test.go | ||
openapi_v2_merge_test.go | ||
openapiv3_test.go |