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

Function testGetCmd

cmd/pipe_test.go:400–404  ·  view source on GitHub ↗

--- get stdout tests ---

()

Source from the content-addressed store, hash-verified

398// --- get stdout tests ---
399
400func testGetCmd() *cobra.Command {
401 cmd := &cobra.Command{}
402 cmd.Flags().BoolP("recursive", "r", false, "")
403 return cmd
404}
405
406func TestGetStdout_WritesContent(t *testing.T) {
407 content := "file content here"

Calls

no outgoing calls

Tested by

no test coverage detected