()
| 124 | } |
| 125 | |
| 126 | func resetTracksFlags() { |
| 127 | tracksFormat = "table" |
| 128 | tracksFilters = []string{} |
| 129 | tracksLimit = 0 |
| 130 | tracksScope = "" |
| 131 | } |
| 132 | |
| 133 | func TestTracks_JSONFormat(t *testing.T) { |
| 134 | tmpDir := createTracksTestTaskFiles(t) |
no outgoing calls
no test coverage detected