()
| 99 | } |
| 100 | |
| 101 | func testingCodeApp() *App { |
| 102 | ios, _, _, _ := iostreams.Test() |
| 103 | return NewApp(ios, nil, testCodeApiMock(), nil, nil) |
| 104 | } |
| 105 | |
| 106 | func testCodeApiMock() *apiClientMock { |
| 107 | testingCodespace := &api.Codespace{ |
no test coverage detected