(t *testing.T, root string, name string)
| 4096 | } |
| 4097 | |
| 4098 | func writeWorkspaceAgentDef(t *testing.T, root string, name string) { |
| 4099 | t.Helper() |
| 4100 | |
| 4101 | agentDir := filepath.Join(root, aghconfig.DirName, aghconfig.AgentsDirName, name) |
| 4102 | writeAgentDefInDir(t, agentDir, name) |
| 4103 | } |
| 4104 | |
| 4105 | func writeAgentDefInDir(t *testing.T, agentDir string, name string) { |
| 4106 | t.Helper() |
no test coverage detected