(t *testing.T, homePaths aghconfig.HomePaths, name string)
| 4089 | } |
| 4090 | |
| 4091 | func writeAgentDef(t *testing.T, homePaths aghconfig.HomePaths, name string) { |
| 4092 | t.Helper() |
| 4093 | |
| 4094 | agentDir := filepath.Join(homePaths.AgentsDir, name) |
| 4095 | writeAgentDefInDir(t, agentDir, name) |
| 4096 | } |
| 4097 | |
| 4098 | func writeWorkspaceAgentDef(t *testing.T, root string, name string) { |
| 4099 | t.Helper() |
no test coverage detected