kubernetes/test/utils/ktesting
Patrick Ohly e5f57d2cfa ktesting: add WithoutCancel
This closes a gap compared to the context package. It's useful when combined
with Ginkgo to keep something running beyond the end of the Ginkgo BeforeEach
or It node.
2025-07-15 12:52:27 +02:00
..
examples
initoption
internal
assert.go ktesting: skip logging error when capturing it 2025-07-15 12:52:27 +02:00
assert_test.go ktesting: skip logging error when capturing it 2025-07-15 12:52:27 +02:00
clientcontext.go
contexthelper.go
contexthelper_test.go
doc.go
errorcontext.go ktesting: skip logging error when capturing it 2025-07-15 12:52:27 +02:00
errorcontext_test.go
helper_test.go ktesting: skip logging error when capturing it 2025-07-15 12:52:27 +02:00
klogcontext.go
ktesting.go ktesting: document side effect of SetDefaultVerbosity during init 2025-07-15 12:52:27 +02:00
main_test.go
signals.go
signals_non_win.go
signals_win.go
stepcontext.go ktesting: add step Begin/End 2025-07-15 12:52:27 +02:00
stepcontext_test.go
tcontext.go ktesting: WithCancel does not cancel on test completion anymore 2025-07-15 12:52:27 +02:00
tcontext_test.go
withcontext.go ktesting: add WithoutCancel 2025-07-15 12:52:27 +02:00