(t *testing.T)
| 26 | } |
| 27 | |
| 28 | func Test_TestCommand_DefaultFile(t *testing.T) { |
| 29 | err := TestCommand("", TestCommandContext{Verbose: true}) |
| 30 | assert.Contains(t, err.Error(), "commander.yaml") |
| 31 | } |
| 32 | |
| 33 | func Test_TestCommand(t *testing.T) { |
| 34 | err := TestCommand("commander.yaml", TestCommandContext{}) |
nothing calls this directly
no test coverage detected