MCPcopy
hub / github.com/Jguer/yay / newTestLogger

Function newTestLogger

local_install_test.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29)
30
31func newTestLogger() *text.Logger {
32 return text.NewLogger(io.Discard, io.Discard, strings.NewReader(""), true, "test")
33}
34
35func TestIntegrationLocalInstall(t *testing.T) {
36 makepkgBin := t.TempDir() + "/makepkg"

Calls 1

NewLoggerFunction · 0.92

Tested by

no test coverage detected