MCPcopy Create free account
hub / github.com/dropbox/dbxcli / TestLsCommandSupportsStructuredOutput

Function TestLsCommandSupportsStructuredOutput

cmd/ls_test.go:658–662  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected