(t *testing.T)
| 19 | } |
| 20 | |
| 21 | func TestCLIContextFromContextPanics(t *testing.T) { |
| 22 | t.Parallel() |
| 23 | |
| 24 | assert.Panics(t, func() { CLIContextFromContext(context.Background()) }) |
| 25 | } |
| 26 | |
| 27 | func TestInjectContext(t *testing.T) { |
| 28 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…