MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / mockOpenInBrowser

Function mockOpenInBrowser

mob_test.go:2066–2071  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2064}
2065
2066func mockOpenInBrowser() {
2067 open.OpenInBrowser = func(url string) error {
2068 fmt.Printf("call to mock OpenInBrowser with url: %s \n", url)
2069 return nil
2070 }
2071}
2072
2073func mockExit() {
2074 originalExitFunction = Exit

Calls

no outgoing calls

Tested by

no test coverage detected