Files
kubernetes/test/utils
Patrick Ohly 095475485f ktesting: rewrite unit testing with mock TB
We need to see the actual effect that ktesting will have when used as wrapper
around testing.T. Producing an error hid that adding the klog header makes some
output sub-optimal:

     <klog header>: FATAL ERROR: ...

The problem with having the klog header at the beginning of the line is that
the Kubernetes `make test` post-processing treats this as log output instead
of the failure message of the test. Will be fixed separately.
2026-01-05 13:45:03 +01:00
..
2025-12-18 19:05:14 +05:30
2025-08-29 13:43:54 +02:00
2024-11-08 03:00:54 +00:00