mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-20 07:56:02 +00:00
This approach with collecting results from callbacks in a main ginkgo.It and using them as failures in separate ginkgo.It callbacks might be the best that can be done with Ginkgo. A better solution is probably Go unit tests with sub-tests.