Open
Description
Tasks:
- Create the following directories:
test/data/payloads
test/data/responses
Add at least one of each (as basis/inspiration, use files fromsystem-int-test
orcmr-demos
)Update the:test
profile to includetest/data
in its:resource-paths
Add data functions for extracting payload and response information from the appropriate resource pathsCreatetest/clj/cmr/client/testing/data.clj
- Add a function for getting payload content (using
io/resource
) - Add a function for getting response content (using
io/resource
)
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
Added test payloads.
Added test payloads.