(t *testing.T)
| 7 | ) |
| 8 | |
| 9 | func TestShow(t *testing.T) { |
| 10 | cli := makeFakeCli(t) |
| 11 | createTestContext(t, cli, "current", nil) |
| 12 | cli.SetCurrentContext("current") |
| 13 | |
| 14 | cli.OutBuffer().Reset() |
| 15 | runShow(cli) |
| 16 | golden.Assert(t, cli.OutBuffer().String(), "show.golden") |
| 17 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…