cli/internal/run
Mislav Marohnić f9783fe812 Add exec.Command stub mechanism that matches by arguments
Our previous command stub mechanism matches stubs sequentially, which leads to brittle tests when the exec calls get reordered or removed in the implementation.
2020-09-23 18:38:29 +02:00
..
run.go move preparecmd and Runnable to its own package 2020-03-23 16:32:29 -05:00
stub.go Add exec.Command stub mechanism that matches by arguments 2020-09-23 18:38:29 +02:00