tree: ddc3a2877358a4bc61498d31c97cb39986fdeed2 [path history] [tgz]
  1. testing/
  2. doc.go
  3. exec.go
  4. exec_test.go
  5. new_test.go
  6. README.md
  7. stdiopipe_test.go
exec/README.md

Exec

This package provides an interface for os/exec. It makes it easier to mock and replace in tests, especially with the FakeExec struct.