SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 20 forks source link

Add test data to mock out DMF API #1056

Closed jasonaowen closed 5 years ago

jasonaowen commented 6 years ago

The DMF API in the cavetl repo is difficult to set up, mostly because it requires special access and permissions and so on. For the sake of demos, and to ease testing the PSM side of the DMF integration, add some test data and document how to use it.

We want this mock data in the PSM repository and not in the CAVETL repository for a few reasons:

(See also discussion on Zulip)

Thanks to @frankduncan for sharing the special SSNs and names returned by the Veris Test API.

Once this is merged, we can set up our CI to run this mock API before running the integration tests, and we can write integration tests around the PSM's DMF integration for #877!

Issue #759 Automatically check SSN against the Death Master File PR #877 Issue #759. Add DMF check for individuals Issue #1050 Add more integration tests

jasonaowen commented 5 years ago

Thanks, @frankduncan!