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

Function TestMkdirCommandSupportsStructuredOutput

cmd/mkdir_test.go:230–234  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

228}
229
230func TestMkdirCommandSupportsStructuredOutput(t *testing.T) {
231 if !commandSupportsStructuredOutput(mkdirCmd) {
232 t.Fatal("mkdir command should support structured output")
233 }
234}
235
236func TestIsConflictError(t *testing.T) {
237 tests := []struct {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected