(t *testing.T)
| 656 | } |
| 657 | |
| 658 | func TestLsCommandSupportsStructuredOutput(t *testing.T) { |
| 659 | if !commandSupportsStructuredOutput(lsCmd) { |
| 660 | t.Fatal("ls command should support structured output") |
| 661 | } |
| 662 | } |
| 663 | |
| 664 | func TestIsListFolderNotFolderErrorHandlesWrappedErrors(t *testing.T) { |
| 665 | apiErr := files.ListFolderAPIError{ |
nothing calls this directly
no test coverage detected