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

Function TestRevsCommandSupportsStructuredOutput

cmd/revs_test.go:219–223  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

217}
218
219func TestRevsCommandSupportsStructuredOutput(t *testing.T) {
220 if !commandSupportsStructuredOutput(revsCmd) {
221 t.Fatal("revs command should support structured output")
222 }
223}
224
225func testRevsCmd() (*cobra.Command, *bytes.Buffer) {
226 var stdout bytes.Buffer

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected