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

Function TestCpCommandSupportsStructuredOutput

cmd/cp_test.go:531–535  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

529}
530
531func TestCpCommandSupportsStructuredOutput(t *testing.T) {
532 if !commandSupportsStructuredOutput(cpCmd) {
533 t.Fatal("cp should support structured output")
534 }
535}
536
537func newRelocationTestCommand(stdout, stderr *bytes.Buffer) *cobra.Command {
538 cmd := &cobra.Command{}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected