plugins: adds new no-op plugin that may be used as a test-double
authorGabe Rosenhouse <rosenhouse@gmail.com>
Thu, 14 Jul 2016 20:59:10 +0000 (13:59 -0700)
committerGabe Rosenhouse <rosenhouse@gmail.com>
Fri, 15 Jul 2016 19:48:02 +0000 (12:48 -0700)
commit5835c2bbb1b94ae1ac2b0d0e96cc817810a32183
tree51837abc9a791758a6d286cf4b9729b1f57ad7b6
parent7f098f7c4a6acd5d9b987f02547bf7a30103c1d4
plugins: adds new no-op plugin that may be used as a test-double

Plugin can be configured to record all inputs and to respond with
arbitrary stdout or error message.  Will support upcoming integration
testing.
build
pkg/testutils/bad_reader.go
plugins/test/noop/debug/debug.go [new file with mode: 0644]
plugins/test/noop/main.go [new file with mode: 0644]
plugins/test/noop/noop_suite_test.go [new file with mode: 0644]
plugins/test/noop/noop_test.go [new file with mode: 0644]
test