mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
This makes it possible to call helper packages which expect a TContext from E2E tests. The implementation uses GinkgoT as TB and supports registering cleanup callbacks which expect a context. These callbacks then run with a context that comes from ginkgo.DeferCleanup, just as if they had called that directly.