()
| 378 | } |
| 379 | |
| 380 | func jsonSuccessFixtureCoverage() map[string]jsonSuccessFixture { |
| 381 | return map[string]jsonSuccessFixture{ |
| 382 | "account": { |
| 383 | file: "account_test.go", |
| 384 | tests: []string{"TestAccountCurrentJSONOutputsAccount", "TestAccountLookupJSONUsesAccountID"}, |
| 385 | }, |
| 386 | "cp": { |
| 387 | file: "cp_test.go", |
| 388 | tests: []string{"TestCpJSONOutputsRelocationResults", "TestCpJSONMultipleSourcesOutputsMultipleResults"}, |
| 389 | }, |
| 390 | "du": { |
| 391 | file: "du_test.go", |
| 392 | tests: []string{"TestDuJSONIndividualAllocation", "TestDuJSONTeamAllocation"}, |
| 393 | }, |
| 394 | "get": { |
| 395 | file: "get_test.go", |
| 396 | tests: []string{"TestGetJSONFileOutputsDownloadedResult", "TestGetJSONRecursiveOutputsDirectoryAndFileResults"}, |
| 397 | }, |
| 398 | "help": { |
| 399 | file: "help_json_test.go", |
| 400 | tests: []string{"TestJSONHelpSupportedForms", "TestJSONHelpManifestFields"}, |
| 401 | }, |
| 402 | "ls": { |
| 403 | file: "ls_test.go", |
| 404 | tests: []string{"TestLsJSONListsResultsAndInput", "TestLsJSONDeletedEntryIsStructured"}, |
| 405 | }, |
| 406 | "logout": { |
| 407 | file: "logout_test.go", |
| 408 | tests: []string{"TestLogoutJSONReturnsLoggedOut", "TestLogoutJSONReturnsAlreadyLoggedOut", "TestLogoutJSONWarnsOnRemoteRevokeFailureAfterRemovingCredentials"}, |
| 409 | }, |
| 410 | "mkdir": { |
| 411 | file: "mkdir_test.go", |
| 412 | tests: []string{"TestMkdirJSONOutputsCreatedFolder", "TestMkdirJSONParentsReturnsExistingFolderMetadata"}, |
| 413 | }, |
| 414 | "mv": { |
| 415 | file: "mv_test.go", |
| 416 | tests: []string{"TestMvJSONOutputsRelocationResults", "TestMvJSONMultipleSourcesOutputsMultipleResults"}, |
| 417 | }, |
| 418 | "put": { |
| 419 | file: "put_test.go", |
| 420 | tests: []string{"TestPutJSONSingleFileOutputsUploadedResult", "TestPutJSONRecursiveOutputsDirectoryAndFileResults"}, |
| 421 | }, |
| 422 | "restore": { |
| 423 | file: "restore_test.go", |
| 424 | tests: []string{"TestRestoreJSONOutputsInputAndMetadata"}, |
| 425 | }, |
| 426 | "revs": { |
| 427 | file: "revs_test.go", |
| 428 | tests: []string{"TestRevsJSONOutputsInputAndResults"}, |
| 429 | }, |
| 430 | "rm": { |
| 431 | file: "rm_test.go", |
| 432 | tests: []string{"TestRmJSONDeletesFile", "TestRmJSONMultipleTargets"}, |
| 433 | }, |
| 434 | "search": { |
| 435 | file: "search_test.go", |
| 436 | tests: []string{"TestSearchJSONOutputsInputAndResults", "TestSearchJSONOmitsPathWithoutScope"}, |
| 437 | }, |
no outgoing calls
no test coverage detected