Tasks: * [ ] Create the following directories: * [x] `test/data/payloads` * [ ] `test/data/responses` * [ ] Add at least one of each (as basis/inspiration, use files from `system-int-test` or `cmr-demos`) * [x] Update the `:test` profile to include `test/data` in its `:resource-paths` * [x] Add data functions for extracting payload and response information from the appropriate resource paths * [x] Create `test/clj/cmr/client/testing/data.clj` * [x] Add a function for getting payload content (using `io/resource`) * [x] Add a function for getting response content (using `io/resource`)
Tasks:
test/data/payloadstest/data/responsessystem-int-testorcmr-demos):testprofile to includetest/datain its:resource-pathstest/clj/cmr/client/testing/data.cljio/resource)io/resource)