()
| 75 | } |
| 76 | |
| 77 | func resetGetFlags() { |
| 78 | getFormat = "text" |
| 79 | getExact = false |
| 80 | getThreshold = 0.6 |
| 81 | getRawMarkdown = false |
| 82 | taskDir = "." |
| 83 | } |
| 84 | |
| 85 | func captureGetOutput(t *testing.T, query string) string { |
| 86 | t.Helper() |
no outgoing calls
no test coverage detected