MCPcopy Index your code
hub / github.com/helm/helm / TestReleaseTestingFileCompletion

Function TestReleaseTestingFileCompletion

pkg/cmd/release_testing_test.go:37–40  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

35}
36
37func TestReleaseTestingFileCompletion(t *testing.T) {
38 checkFileCompletion(t, "test", false)
39 checkFileCompletion(t, "test myrelease", false)
40}
41
42func TestReleaseTestNotesHandling(t *testing.T) {
43 // Test that ensures notes behavior is correct for test command

Callers

nothing calls this directly

Calls 1

checkFileCompletionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…