(t *testing.T)
| 16 | } |
| 17 | |
| 18 | func TestCli(t *testing.T) { |
| 19 | t.Parallel() |
| 20 | clitest.CreateTemplateVersionSource(t, nil) |
| 21 | client := coderdtest.New(t, nil) |
| 22 | i, config := clitest.New(t) |
| 23 | clitest.SetupConfig(t, client, config) |
| 24 | pty := ptytest.New(t).Attach(i) |
| 25 | clitest.Start(t, i) |
| 26 | pty.ExpectMatch("coder") |
| 27 | } |
nothing calls this directly
no test coverage detected