()
| 75 | } |
| 76 | |
| 77 | func resetStatusFlags() { |
| 78 | statusFormat = "text" |
| 79 | statusExact = false |
| 80 | statusThreshold = 0.6 |
| 81 | statusMinimal = false |
| 82 | statusStatusline = false |
| 83 | statusScope = "" |
| 84 | taskDir = "." |
| 85 | } |
| 86 | |
| 87 | func captureStatusOutput(t *testing.T, query string) string { |
| 88 | t.Helper() |
no outgoing calls
no test coverage detected