(t *testing.T)
| 21 | ) |
| 22 | |
| 23 | func TestPushFileCompletion(t *testing.T) { |
| 24 | checkFileCompletion(t, "push", true) |
| 25 | checkFileCompletion(t, "push package.tgz", false) |
| 26 | checkFileCompletion(t, "push package.tgz oci://localhost:5000", false) |
| 27 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…