(t *testing.T)
| 25 | ) |
| 26 | |
| 27 | func Test_ExecCommand(t *testing.T) { |
| 28 | testContent := commonUtils.TestContent{} |
| 29 | testContent.CommandTypes = []schema.CommandType{schema.ExecCommandType} |
| 30 | testContent.EditContent = false |
| 31 | testContent.FileName = commonUtils.GetDevFileName() |
| 32 | apiUtils.RunTest(testContent, t) |
| 33 | } |
| 34 | |
| 35 | func Test_ApplyCommand(t *testing.T) { |
| 36 | testContent := commonUtils.TestContent{} |