()
| 128 | } |
| 129 | |
| 130 | func resetContextFlags() { |
| 131 | ctxTaskID = "" |
| 132 | ctxFormat = "text" |
| 133 | ctxResolve = false |
| 134 | ctxIncludeContent = false |
| 135 | ctxIncludeDeps = false |
| 136 | ctxMaxFiles = 0 |
| 137 | taskDir = "." |
| 138 | } |
| 139 | |
| 140 | func captureContextOutput(t *testing.T) (string, error) { |
| 141 | t.Helper() |
no outgoing calls
no test coverage detected