mockcmd

Mocks the "exec.Command" interface in Golang.

MIT License

Stars
1
Committers
1

Bot releases are hidden (Show)

mockcmd - v0.3.0 Latest Release

Published by Justintime50 almost 3 years ago

Bumps minimum Go version from 1.15 to 1.16, tests against 1.16 and 1.17

mockcmd - v0.2.0

Published by Justintime50 over 3 years ago

  • Removed example.go and example_test.go and replace that proxy testing with a real suite of unit tests for mockcmd with full coverage
  • Added missing return values for functions
mockcmd - v0.1.0

Published by Justintime50 almost 4 years ago

  • Initial commit
  • Mock a success state of exec.Command
  • Mock a failure state of exec.Command