MCPcopy
hub / github.com/cli/cli / testingCodeApp

Function testingCodeApp

pkg/cmd/codespace/code_test.go:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 3

TestFunction · 0.92
NewAppFunction · 0.85
testCodeApiMockFunction · 0.85

Tested by

no test coverage detected