(t *testing.T)
| 35 | } |
| 36 | |
| 37 | func TestReleaseTestingFileCompletion(t *testing.T) { |
| 38 | checkFileCompletion(t, "test", false) |
| 39 | checkFileCompletion(t, "test myrelease", false) |
| 40 | } |
| 41 | |
| 42 | func TestReleaseTestNotesHandling(t *testing.T) { |
| 43 | // Test that ensures notes behavior is correct for test command |
nothing calls this directly
no test coverage detected
searching dependent graphs…