MCPcopy Create free account
hub / github.com/exercism/cli / override

Method override

cmd/cmd_test.go:115–118  ·  view source on GitHub ↗

override sets the package variables to the fake streams.

()

Source from the content-addressed store, hash-verified

113
114// override sets the package variables to the fake streams.
115func (co capturedOutput) override() {
116 Out = co.newOut
117 Err = co.newErr
118}
119
120// reset puts back the original streams for the commands to write to.
121func (co capturedOutput) reset() {

Calls

no outgoing calls

Tested by

no test coverage detected