resetStatsFlags resets all stats command flags to defaults.
()
| 14 | |
| 15 | // resetStatsFlags resets all stats command flags to defaults. |
| 16 | func resetStatsFlags() { |
| 17 | statsFormat = "table" |
| 18 | statsGroupBy = "" |
| 19 | } |
| 20 | |
| 21 | // createStatsTestFiles creates test task files with varying status/priority/effort. |
| 22 | func createStatsTestFiles(t *testing.T) string { |
no outgoing calls
no test coverage detected